#9E3087

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

Shades of Dark Purple #9E3087

Tints of Dark Purple #9E3087

Color information

#9E3087 (or 0x9E3087) is unknown color: approx Dark Purple. HEX triplet: 9E, 30 and 87. RGB value is (158,48,135). Sum of RGB (Red+Green+Blue) = 158+48+135=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3087 is #61CF78. Grayscale: #5A5A5A. Windows color (decimal): -6410105 or 8859806. OLE color: 8859806.

HSL color Cylindrical-coordinate representation of color #9E3087: hue angle of 312.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3087 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15848135-
CMYK00.700.150.38
HSL312.55º53.4%40.39%-
HSV(B)312.55º69.62%61.96%-
XYZ19.5311.1324.04-
YUV90.81152.94175.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=46.33%
G=14.08%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584813500.700.150.38312.5553.440.39
Hex9E3087046F261393528
Octal23660207010617464716550
Binary1001111011000010000111010001101111100110100111001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,135); }

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

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

 a { background-color: rgb(158,48,135); }

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

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

 span { border-color: rgb(158,48,135); }

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