#8F186C

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

Shades of Dark Purple #8F186C

Tints of Dark Purple #8F186C

Color information

#8F186C (or 0x8F186C) is unknown color: approx Dark Purple. HEX triplet: 8F, 18 and 6C. RGB value is (143,24,108). Sum of RGB (Red+Green+Blue) = 143+24+108=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F186C is #70E793. Grayscale: #444444. Windows color (decimal): -7399316 or 7084175. OLE color: 7084175.

HSL color Cylindrical-coordinate representation of color #8F186C: hue angle of 317.65º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F186C is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14324108-
CMYK00.830.240.44
HSL317.65º71.26%32.75%-
HSV(B)317.65º83.22%56.08%-
XYZ14.367.5814.89-
YUV69.16149.92180.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=52%
G=8.73%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432410800.830.240.44317.6571.2632.75
Hex8F186C053182C13e4721
Octal217301540123305447610741
Binary1000111111000110110001010011110001011001001111101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,24,108); }

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

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

 a { background-color: rgb(143,24,108); }

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

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

 span { border-color: rgb(143,24,108); }

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