#8C1383

Color #8C1383 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8C1383

Tints of Dark Purple #8C1383

Color information

#8C1383 (or 0x8C1383) is unknown color: approx Dark Purple. HEX triplet: 8C, 13 and 83. RGB value is (140,19,131). Sum of RGB (Red+Green+Blue) = 140+19+131=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1383 is #73EC7C. Grayscale: #434343. Windows color (decimal): -7597181 or 8590220. OLE color: 8590220.

HSL color Cylindrical-coordinate representation of color #8C1383: hue angle of 304.46º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1383 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14019131-
CMYK00.860.060.45
HSL304.46º76.1%31.18%-
HSV(B)304.46º86.43%54.9%-
XYZ15.147.6822.16-
YUV67.95163.59179.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 48.28%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=48.28%
G=6.55%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401913100.860.060.45304.4676.131.18
Hex8C138305662D1304c1f
Octal21423203012665546011437
Binary10001100100111000001101010110110101101100110000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C1383; }

 p { color: rgb(140,19,131); }

 H1.HeaderClassName
 {
   color: #8C1383;
 }
 .AnyTagClassName
 {
   color: #8C1383;
 }
</style>
background-color css

<style>
 a { background-color: #8C1383; }

 a { background-color: rgb(140,19,131); }

 div.DivClassName
 {
   background-color: #8C1383;
 }
 .BgClassName
 {
   background-color: #8C1383;
 }
</style>
border-color css

<style>
 span { border-color: #8C1383; }

 span { border-color: rgb(140,19,131); }

 td.TdClassName
 {
   border-color: #8C1383;
 }
 .TagClassName
 {
   border-color: #8C1383;
 }
</style>