#9E0689

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

Shades of Dark Magenta #9E0689

Tints of Dark Magenta #9E0689

Color information

#9E0689 (or 0x9E0689) is unknown color: approx Dark Magenta. HEX triplet: 9E, 06 and 89. RGB value is (158,6,137). Sum of RGB (Red+Green+Blue) = 158+6+137=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0689 is #61F976. Grayscale: #424242. Windows color (decimal): -6420855 or 8980126. OLE color: 8980126.

HSL color Cylindrical-coordinate representation of color #9E0689: hue angle of 308.29º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0689 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB1586137-
CMYK00.960.130.38
HSL308.29º92.68%32.16%-
HSV(B)308.29º96.2%61.96%-
XYZ18.689.2124.46-
YUV66.38167.86193.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.49%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=52.49%
G=1.99%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158613700.960.130.38308.2992.6832.16
Hex9E689060D261345d20
Octal23662110140154646413540
Binary10011110110100010010110000011011001101001101001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,6,137); }

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

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

 a { background-color: rgb(158,6,137); }

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

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

 span { border-color: rgb(158,6,137); }

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