#9E2790

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

Shades of Dark Purple #9E2790

Tints of Dark Purple #9E2790

Color information

#9E2790 (or 0x9E2790) is unknown color: approx Dark Purple. HEX triplet: 9E, 27 and 90. RGB value is (158,39,144). Sum of RGB (Red+Green+Blue) = 158+39+144=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2790 is #61D86F. Grayscale: #565656. Windows color (decimal): -6412400 or 9447326. OLE color: 9447326.

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

Color convert

RGB15839144-
CMYK00.750.090.38
HSL307.06º60.41%38.63%-
HSV(B)307.06º75.32%61.96%-
XYZ19.8610.7327.41-
YUV86.55160.42178.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 39 (15.62% from 255) = 11.44%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=46.33%
G=11.44%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583914400.750.090.38307.0660.4138.63
Hex9E279004B9261333c27
Octal23647220011311464637447
Binary1001111010011110010000010010111001100110100110011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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