#9E2597

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

Shades of Dark Purple #9E2597

Tints of Dark Purple #9E2597

Color information

#9E2597 (or 0x9E2597) is unknown color: approx Dark Purple. HEX triplet: 9E, 25 and 97. RGB value is (158,37,151). Sum of RGB (Red+Green+Blue) = 158+37+151=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2597 is #61DA68. Grayscale: #555555. Windows color (decimal): -6412905 or 9905566. OLE color: 9905566.

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

Color convert

RGB15837151-
CMYK00.770.040.38
HSL303.47º62.05%38.24%-
HSV(B)303.47º76.58%61.96%-
XYZ20.3510.8330.3-
YUV86.18164.59179.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.66%
GREEN value IS 37 (14.84% from 255) = 10.69%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=45.66%
G=10.69%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583715100.770.040.38303.4762.0538.24
Hex9E259704D42612f3e26
Octal2364522701154464577646
Binary100111101001011001011101001101100100110100101111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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