#8F2186

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

Shades of Dark Purple #8F2186

Tints of Dark Purple #8F2186

Color information

#8F2186 (or 0x8F2186) is unknown color: approx Dark Purple. HEX triplet: 8F, 21 and 86. RGB value is (143,33,134). Sum of RGB (Red+Green+Blue) = 143+33+134=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2186 is #70DE79. Grayscale: #4D4D4D. Windows color (decimal): -7396986 or 8790415. OLE color: 8790415.

HSL color Cylindrical-coordinate representation of color #8F2186: hue angle of 304.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2186 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14333134-
CMYK00.770.060.44
HSL304.91º62.5%34.51%-
HSV(B)304.91º76.92%56.08%-
XYZ16.178.6523.37-
YUV77.4159.94174.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=46.13%
G=10.65%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433313400.770.060.44304.9162.534.51
Hex8F218604D62C1313e23
Octal2174120601156544617643
Binary100011111000011000011001001101110101100100110001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,33,134); }

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

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

 a { background-color: rgb(143,33,134); }

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

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

 span { border-color: rgb(143,33,134); }

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