#8D166F

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

Shades of Dark Purple #8D166F

Tints of Dark Purple #8D166F

Color information

#8D166F (or 0x8D166F) is unknown color: approx Dark Purple. HEX triplet: 8D, 16 and 6F. RGB value is (141,22,111). Sum of RGB (Red+Green+Blue) = 141+22+111=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D166F is #72E990. Grayscale: #434343. Windows color (decimal): -7530897 or 7280269. OLE color: 7280269.

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

Color convert

RGB14122111-
CMYK00.840.210.45
HSL315.13º73.01%31.96%-
HSV(B)315.13º84.4%55.29%-
XYZ14.147.3815.72-
YUV67.73152.42180.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=51.46%
G=8.03%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412211100.840.210.45315.1373.0131.96
Hex8D166F054152D13b4920
Octal215261570124255547311140
Binary1000110110110110111101010100101011011011001110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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