#9E1080

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

Shades of Dark Purple #9E1080

Tints of Dark Purple #9E1080

Color information

#9E1080 (or 0x9E1080) is unknown color: approx Dark Purple. HEX triplet: 9E, 10 and 80. RGB value is (158,16,128). Sum of RGB (Red+Green+Blue) = 158+16+128=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1080 is #61EF7F. Grayscale: #464646. Windows color (decimal): -6418304 or 8392862. OLE color: 8392862.

HSL color Cylindrical-coordinate representation of color #9E1080: hue angle of 312.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E1080 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB15816128-
CMYK00.900.190.38
HSL312.68º81.61%34.12%-
HSV(B)312.68º89.87%61.96%-
XYZ18.189.221.24-
YUV71.23160.04189.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.32%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 128 (50.39% from 255) = 42.38%
R=52.32%
G=5.30%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581612800.900.190.38312.6881.6134.12
Hex9E108005A13261395222
Octal236202000132234647112242
Binary10011110100001000000001011010100111001101001110011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,16,128); }

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

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

 a { background-color: rgb(158,16,128); }

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

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

 span { border-color: rgb(158,16,128); }

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