#8F3586

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

Shades of Dark Purple #8F3586

Tints of Dark Purple #8F3586

Color information

#8F3586 (or 0x8F3586) is unknown color: approx Dark Purple. HEX triplet: 8F, 35 and 86. RGB value is (143,53,134). Sum of RGB (Red+Green+Blue) = 143+53+134=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3586 is #70CA79. Grayscale: #585858. Windows color (decimal): -7391866 or 8795535. OLE color: 8795535.

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

Color convert

RGB14353134-
CMYK00.630.060.44
HSL306º45.92%38.43%-
HSV(B)306º62.94%56.08%-
XYZ16.910.1123.61-
YUV89.14153.32166.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.33%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 134 (52.73% from 255) = 40.61%
R=43.33%
G=16.06%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435313400.630.060.4430645.9238.43
Hex8F358603F62C1322e26
Octal217652060776544625646
Binary10001111110101100001100111111110101100100110010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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