#9E1584

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

Shades of Dark Purple #9E1584

Tints of Dark Purple #9E1584

Color information

#9E1584 (or 0x9E1584) is unknown color: approx Dark Purple. HEX triplet: 9E, 15 and 84. RGB value is (158,21,132). Sum of RGB (Red+Green+Blue) = 158+21+132=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1584 is #61EA7B. Grayscale: #4A4A4A. Windows color (decimal): -6417020 or 8656286. OLE color: 8656286.

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

Color convert

RGB15821132-
CMYK00.870.160.38
HSL311.39º76.54%35.1%-
HSV(B)311.39º86.71%61.96%-
XYZ18.539.4722.68-
YUV74.62160.39187.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 21 (8.59% from 255) = 6.75%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=50.80%
G=6.75%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582113200.870.160.38311.3976.5435.1
Hex9E158405710261374d23
Octal236252040127204646711543
Binary10011110101011000010001010111100001001101001101111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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