#9E2996

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

Shades of Dark Purple #9E2996

Tints of Dark Purple #9E2996

Color information

#9E2996 (or 0x9E2996) is unknown color: approx Dark Purple. HEX triplet: 9E, 29 and 96. RGB value is (158,41,150). Sum of RGB (Red+Green+Blue) = 158+41+150=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2996 is #61D669. Grayscale: #585858. Windows color (decimal): -6411882 or 9841054. OLE color: 9841054.

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

Color convert

RGB15841150-
CMYK00.740.050.38
HSL304.1º58.79%39.02%-
HSV(B)304.1º74.05%61.96%-
XYZ20.411.0629.91-
YUV88.41162.76177.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.27%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=45.27%
G=11.75%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584115000.740.050.38304.158.7939.02
Hex9E299604A5261303b27
Octal2365122601125464607347
Binary100111101010011001011001001010101100110100110000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,41,150); }

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

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

 a { background-color: rgb(158,41,150); }

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

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

 span { border-color: rgb(158,41,150); }

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