#9F2886

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

Shades of Dark Purple #9F2886

Tints of Dark Purple #9F2886

Color information

#9F2886 (or 0x9F2886) is unknown color: approx Dark Purple. HEX triplet: 9F, 28 and 86. RGB value is (159,40,134). Sum of RGB (Red+Green+Blue) = 159+40+134=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2886 is #60D779. Grayscale: #565656. Windows color (decimal): -6346618 or 8792223. OLE color: 8792223.

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

Color convert

RGB15940134-
CMYK00.750.160.38
HSL312.61º59.8%39.02%-
HSV(B)312.61º74.84%62.35%-
XYZ19.3610.6123.58-
YUV86.3154.92179.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.75%
GREEN value IS 40 (16.02% from 255) = 12.01%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=47.75%
G=12.01%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594013400.750.160.38312.6159.839.02
Hex9F288604B10261393c27
Octal23750206011320464717447
Binary10011111101000100001100100101110000100110100111001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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