#9E2A85

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

Shades of Dark Purple #9E2A85

Tints of Dark Purple #9E2A85

Color information

#9E2A85 (or 0x9E2A85) is unknown color: approx Dark Purple. HEX triplet: 9E, 2A and 85. RGB value is (158,42,133). Sum of RGB (Red+Green+Blue) = 158+42+133=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2A85 is #61D57A. Grayscale: #565656. Windows color (decimal): -6411643 or 8727198. OLE color: 8727198.

HSL color Cylindrical-coordinate representation of color #9E2A85: hue angle of 312.93º degrees, saturation: 0.58, 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 #9E2A85 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15842133-
CMYK00.730.160.38
HSL312.93º58%39.22%-
HSV(B)312.93º73.42%61.96%-
XYZ19.1610.6223.23-
YUV87.06153.93178.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.45%
GREEN value IS 42 (16.80% from 255) = 12.61%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=47.45%
G=12.61%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584213300.730.160.38312.935839.22
Hex9E2A8504910261393a27
Octal23652205011120464717247
Binary10011110101010100001010100100110000100110100111001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,42,133); }

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

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

 a { background-color: rgb(158,42,133); }

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

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

 span { border-color: rgb(158,42,133); }

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