#9F2597

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

Shades of Dark Purple #9F2597

Tints of Dark Purple #9F2597

Color information

#9F2597 (or 0x9F2597) is unknown color: approx Dark Purple. HEX triplet: 9F, 25 and 97. RGB value is (159,37,151). Sum of RGB (Red+Green+Blue) = 159+37+151=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2597 is #60DA68. Grayscale: #565656. Windows color (decimal): -6347369 or 9905567. OLE color: 9905567.

HSL color Cylindrical-coordinate representation of color #9F2597: hue angle of 303.93º 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 #9F2597 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB15937151-
CMYK00.770.050.38
HSL303.93º62.24%38.43%-
HSV(B)303.93º76.73%62.35%-
XYZ20.5510.9330.3-
YUV86.47164.42179.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 37 (14.84% from 255) = 10.66%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=45.82%
G=10.66%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593715100.770.050.38303.9362.2438.43
Hex9F259704D5261303e26
Octal2374522701155464607646
Binary100111111001011001011101001101101100110100110000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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