#9F2086

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

Shades of Dark Purple #9F2086

Tints of Dark Purple #9F2086

Color information

#9F2086 (or 0x9F2086) is unknown color: approx Dark Purple. HEX triplet: 9F, 20 and 86. RGB value is (159,32,134). Sum of RGB (Red+Green+Blue) = 159+32+134=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2086 is #60DF79. Grayscale: #515151. Windows color (decimal): -6348666 or 8790175. OLE color: 8790175.

HSL color Cylindrical-coordinate representation of color #9F2086: hue angle of 311.81º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F2086 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15932134-
CMYK00.800.160.38
HSL311.81º66.49%37.45%-
HSV(B)311.81º79.87%62.35%-
XYZ19.1210.1323.5-
YUV81.6157.58183.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.92%
GREEN value IS 32 (12.89% from 255) = 9.85%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=48.92%
G=9.85%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593213400.800.160.38311.8166.4937.45
Hex9F208605010261384225
Octal237402060120204647010245
Binary100111111000001000011001010000100001001101001110001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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