#9E2B90

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

Shades of Dark Purple #9E2B90

Tints of Dark Purple #9E2B90

Color information

#9E2B90 (or 0x9E2B90) is unknown color: approx Dark Purple. HEX triplet: 9E, 2B and 90. RGB value is (158,43,144). Sum of RGB (Red+Green+Blue) = 158+43+144=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2B90 is #61D46F. Grayscale: #585858. Windows color (decimal): -6411376 or 9448350. OLE color: 9448350.

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

Color convert

RGB15843144-
CMYK00.730.090.38
HSL307.3º57.21%39.41%-
HSV(B)307.3º72.78%61.96%-
XYZ2011.0127.46-
YUV88.9159.1177.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.80%
GREEN value IS 43 (17.19% from 255) = 12.46%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=45.80%
G=12.46%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584314400.730.090.38307.357.2139.41
Hex9E2B900499261333927
Octal23653220011111464637147
Binary1001111010101110010000010010011001100110100110011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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