#9E2893

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

Shades of Dark Purple #9E2893

Tints of Dark Purple #9E2893

Color information

#9E2893 (or 0x9E2893) is unknown color: approx Dark Purple. HEX triplet: 9E, 28 and 93. RGB value is (158,40,147). Sum of RGB (Red+Green+Blue) = 158+40+147=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2893 is #61D76C. Grayscale: #575757. Windows color (decimal): -6412141 or 9644190. OLE color: 9644190.

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

Color convert

RGB15840147-
CMYK00.750.070.38
HSL305.59º59.6%38.82%-
HSV(B)305.59º74.68%61.96%-
XYZ20.1310.8928.65-
YUV87.48161.59178.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.80%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=45.80%
G=11.59%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584014700.750.070.38305.5959.638.82
Hex9E289304B7261323c27
Octal2365022301137464627447
Binary100111101010001001001101001011111100110100110010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,147); }

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

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

 a { background-color: rgb(158,40,147); }

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

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

 span { border-color: rgb(158,40,147); }

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