#9E1E90

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

Shades of Dark Purple #9E1E90

Tints of Dark Purple #9E1E90

Color information

#9E1E90 (or 0x9E1E90) is unknown color: approx Dark Purple. HEX triplet: 9E, 1E and 90. RGB value is (158,30,144). Sum of RGB (Red+Green+Blue) = 158+30+144=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1E90 is #61E16F. Grayscale: #505050. Windows color (decimal): -6414704 or 9445022. OLE color: 9445022.

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

Color convert

RGB15830144-
CMYK00.810.090.38
HSL306.56º68.09%36.86%-
HSV(B)306.56º81.01%61.96%-
XYZ19.610.2127.32-
YUV81.27163.41182.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.59%
GREEN value IS 30 (12.11% from 255) = 9.04%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=47.59%
G=9.04%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583014400.810.090.38306.5668.0936.86
Hex9E1E900519261334425
Octal236362200121114646310445
Binary1001111011110100100000101000110011001101001100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,30,144); }

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

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

 a { background-color: rgb(158,30,144); }

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

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

 span { border-color: rgb(158,30,144); }

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