#9E1982

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

Shades of Dark Purple #9E1982

Tints of Dark Purple #9E1982

Color information

#9E1982 (or 0x9E1982) is unknown color: approx Dark Purple. HEX triplet: 9E, 19 and 82. RGB value is (158,25,130). Sum of RGB (Red+Green+Blue) = 158+25+130=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1982 is #61E67D. Grayscale: #4C4C4C. Windows color (decimal): -6415998 or 8526238. OLE color: 8526238.

HSL color Cylindrical-coordinate representation of color #9E1982: hue angle of 312.63º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1982 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15825130-
CMYK00.840.180.38
HSL312.63º72.68%35.88%-
HSV(B)312.63º84.18%61.96%-
XYZ18.489.5821.99-
YUV76.74158.06185.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.48%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=50.48%
G=7.99%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582513000.840.180.38312.6372.6835.88
Hex9E198205412261394924
Octal236312020124224647111144
Binary10011110110011000001001010100100101001101001110011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,25,130); }

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

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

 a { background-color: rgb(158,25,130); }

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

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

 span { border-color: rgb(158,25,130); }

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