#8F166A

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

Shades of Dark Purple #8F166A

Tints of Dark Purple #8F166A

Color information

#8F166A (or 0x8F166A) is unknown color: approx Dark Purple. HEX triplet: 8F, 16 and 6A. RGB value is (143,22,106). Sum of RGB (Red+Green+Blue) = 143+22+106=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F166A is #70E995. Grayscale: #434343. Windows color (decimal): -7399830 or 6952591. OLE color: 6952591.

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

Color convert

RGB14322106-
CMYK00.850.260.44
HSL318.35º73.33%32.35%-
HSV(B)318.35º84.62%56.08%-
XYZ14.227.4514.33-
YUV67.76149.59181.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.77%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=52.77%
G=8.12%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432210600.850.260.44318.3573.3332.35
Hex8F166A0551A2C13e4920
Octal217261520125325447611140
Binary1000111110110110101001010101110101011001001111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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