#8C1667

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

Shades of Dark Purple #8C1667

Tints of Dark Purple #8C1667

Color information

#8C1667 (or 0x8C1667) is unknown color: approx Dark Purple. HEX triplet: 8C, 16 and 67. RGB value is (140,22,103). Sum of RGB (Red+Green+Blue) = 140+22+103=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1667 is #73E998. Grayscale: #424242. Windows color (decimal): -7596441 or 6755980. OLE color: 6755980.

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

Color convert

RGB14022103-
CMYK00.840.260.45
HSL318.81º72.84%31.76%-
HSV(B)318.81º84.29%54.9%-
XYZ13.557.1313.49-
YUV66.52148.59180.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 103 (40.62% from 255) = 38.87%
R=52.83%
G=8.30%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402210300.840.260.45318.8172.8431.76
Hex8C16670541A2D13f4920
Octal214261470124325547711140
Binary1000110010110110011101010100110101011011001111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,22,103); }

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

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

 a { background-color: rgb(140,22,103); }

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

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

 span { border-color: rgb(140,22,103); }

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