#8C1966

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

Shades of Dark Purple #8C1966

Tints of Dark Purple #8C1966

Color information

#8C1966 (or 0x8C1966) is unknown color: approx Dark Purple. HEX triplet: 8C, 19 and 66. RGB value is (140,25,102). Sum of RGB (Red+Green+Blue) = 140+25+102=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1966 is #73E699. Grayscale: #434343. Windows color (decimal): -7595674 or 6691212. OLE color: 6691212.

HSL color Cylindrical-coordinate representation of color #8C1966: hue angle of 319.83º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1966 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14025102-
CMYK00.820.270.45
HSL319.83º69.7%32.35%-
HSV(B)319.83º82.14%54.9%-
XYZ13.567.2313.25-
YUV68.16147.1179.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=52.43%
G=9.36%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402510200.820.270.45319.8369.732.35
Hex8C19660521B2D1404620
Octal214311460122335550010640
Binary1000110011001110011001010010110111011011010000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,25,102); }

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

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

 a { background-color: rgb(140,25,102); }

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

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

 span { border-color: rgb(140,25,102); }

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