#8D166C

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

Shades of Dark Purple #8D166C

Tints of Dark Purple #8D166C

Color information

#8D166C (or 0x8D166C) is unknown color: approx Dark Purple. HEX triplet: 8D, 16 and 6C. RGB value is (141,22,108). Sum of RGB (Red+Green+Blue) = 141+22+108=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D166C is #72E993. Grayscale: #434343. Windows color (decimal): -7530900 or 7083661. OLE color: 7083661.

HSL color Cylindrical-coordinate representation of color #8D166C: hue angle of 316.64º 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 #8D166C is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14122108-
CMYK00.840.230.45
HSL316.64º73.01%31.96%-
HSV(B)316.64º84.4%55.29%-
XYZ13.987.3214.86-
YUV67.39150.92180.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.03%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=52.03%
G=8.12%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412210800.840.230.45316.6473.0131.96
Hex8D166C054172D13d4920
Octal215261540124275547511140
Binary1000110110110110110001010100101111011011001111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,22,108); }

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

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

 a { background-color: rgb(141,22,108); }

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

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

 span { border-color: rgb(141,22,108); }

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