#8D166A

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

Shades of Dark Purple #8D166A

Tints of Dark Purple #8D166A

Color information

#8D166A (or 0x8D166A) is unknown color: approx Dark Purple. HEX triplet: 8D, 16 and 6A. RGB value is (141,22,106). Sum of RGB (Red+Green+Blue) = 141+22+106=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D166A is #72E995. Grayscale: #424242. Windows color (decimal): -7530902 or 6952589. OLE color: 6952589.

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

Color convert

RGB14122106-
CMYK00.840.250.45
HSL317.65º73.01%31.96%-
HSV(B)317.65º84.4%55.29%-
XYZ13.877.2814.31-
YUV67.16149.92180.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 22 (8.98% from 255) = 8.18%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=52.42%
G=8.18%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412210600.840.250.45317.6573.0131.96
Hex8D166A054192D13e4920
Octal215261520124315547611140
Binary1000110110110110101001010100110011011011001111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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