#9f2591

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

Shades of Dark Purple #9F2591

Tints of Dark Purple #9F2591

Color information

#9F2591 (or 0x9F2591) is unknown color: approx Dark Purple. HEX triplet: 9F, 25 and 91. RGB value is (159,37,145). Sum of RGB (Red+Green+Blue) = 159+37+145=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2591 is #60DA6E. Grayscale: #555555. Windows color (decimal): -6347375 or 9512351. OLE color: 9512351.

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

Color convert

RGB15937145-
CMYK00.770.090.38
HSL306.89º62.24%38.43%-
HSV(B)306.89º76.73%62.35%-
XYZ20.0710.7427.8-
YUV85.79161.42180.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 37 (14.84% from 255) = 10.85%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=46.63%
G=10.85%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593714500.770.090.38306.8962.2438.43
Hex9F259104D9261333e26
Octal23745221011511464637646
Binary1001111110010110010001010011011001100110100110011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f2591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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