#9E1583

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

Shades of Dark Purple #9E1583

Tints of Dark Purple #9E1583

Color information

#9E1583 (or 0x9E1583) is unknown color: approx Dark Purple. HEX triplet: 9E, 15 and 83. RGB value is (158,21,131). Sum of RGB (Red+Green+Blue) = 158+21+131=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1583 is #61EA7C. Grayscale: #4A4A4A. Windows color (decimal): -6417021 or 8590750. OLE color: 8590750.

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

Color convert

RGB15821131-
CMYK00.870.170.38
HSL311.82º76.54%35.1%-
HSV(B)311.82º86.71%61.96%-
XYZ18.479.4422.32-
YUV74.5159.89187.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.97%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=50.97%
G=6.77%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582113100.870.170.38311.8276.5435.1
Hex9E158305711261384d23
Octal236252030127214647011543
Binary10011110101011000001101010111100011001101001110001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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