#9F2391

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

Shades of Dark Purple #9F2391

Tints of Dark Purple #9F2391

Color information

#9F2391 (or 0x9F2391) is unknown color: approx Dark Purple. HEX triplet: 9F, 23 and 91. RGB value is (159,35,145). Sum of RGB (Red+Green+Blue) = 159+35+145=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2391 is #60DC6E. Grayscale: #545454. Windows color (decimal): -6347887 or 9511839. OLE color: 9511839.

HSL color Cylindrical-coordinate representation of color #9F2391: hue angle of 306.77º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2391 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15935145-
CMYK00.780.090.38
HSL306.77º63.92%38.04%-
HSV(B)306.77º77.99%62.35%-
XYZ20.0110.6227.78-
YUV84.62162.08181.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 35 (14.06% from 255) = 10.32%
BLUE value IS 145 (57.03% from 255) = 42.77%
R=46.90%
G=10.32%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593514500.780.090.38306.7763.9238.04
Hex9F239104E9261334026
Octal237432210116114646310046
Binary10011111100011100100010100111010011001101001100111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,35,145); }

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

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

 a { background-color: rgb(159,35,145); }

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

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

 span { border-color: rgb(159,35,145); }

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