#9F2986

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

Shades of Dark Purple #9F2986

Tints of Dark Purple #9F2986

Color information

#9F2986 (or 0x9F2986) is unknown color: approx Dark Purple. HEX triplet: 9F, 29 and 86. RGB value is (159,41,134). Sum of RGB (Red+Green+Blue) = 159+41+134=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2986 is #60D679. Grayscale: #565656. Windows color (decimal): -6346362 or 8792479. OLE color: 8792479.

HSL color Cylindrical-coordinate representation of color #9F2986: hue angle of 312.71º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2986 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15941134-
CMYK00.740.160.38
HSL312.71º59%39.22%-
HSV(B)312.71º74.21%62.35%-
XYZ19.3910.6823.59-
YUV86.88154.59179.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.60%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=47.60%
G=12.28%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594113400.740.160.38312.715939.22
Hex9F298604A10261393b27
Octal23751206011220464717347
Binary10011111101001100001100100101010000100110100111001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F2986; }

 p { color: rgb(159,41,134); }

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

<style>
 a { background-color: #9F2986; }

 a { background-color: rgb(159,41,134); }

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

<style>
 span { border-color: #9F2986; }

 span { border-color: rgb(159,41,134); }

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