#9E1589

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

Shades of Dark Purple #9E1589

Tints of Dark Purple #9E1589

Color information

#9E1589 (or 0x9E1589) is unknown color: approx Dark Purple. HEX triplet: 9E, 15 and 89. RGB value is (158,21,137). Sum of RGB (Red+Green+Blue) = 158+21+137=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1589 is #61EA76. Grayscale: #4A4A4A. Windows color (decimal): -6417015 or 8983966. OLE color: 8983966.

HSL color Cylindrical-coordinate representation of color #9E1589: hue angle of 309.2º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1589 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15821137-
CMYK00.870.130.38
HSL309.2º76.54%35.1%-
HSV(B)309.2º86.71%61.96%-
XYZ18.889.6124.53-
YUV75.19162.89187.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 6.65%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=50%
G=6.65%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582113700.870.130.38309.276.5435.1
Hex9E1589057D261354d23
Octal236252110127154646511543
Binary1001111010101100010010101011111011001101001101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,21,137); }

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

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

 a { background-color: rgb(158,21,137); }

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

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

 span { border-color: rgb(158,21,137); }

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