#9E0498

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

Shades of Dark Magenta #9E0498

Tints of Dark Magenta #9E0498

Color information

#9E0498 (or 0x9E0498) is unknown color: approx Dark Magenta. HEX triplet: 9E, 04 and 98. RGB value is (158,4,152). Sum of RGB (Red+Green+Blue) = 158+4+152=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0498 is #61FB67. Grayscale: #424242. Windows color (decimal): -6421352 or 9962654. OLE color: 9962654.

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

Color convert

RGB1584152-
CMYK00.970.040.38
HSL302.34º95.06%31.76%-
HSV(B)302.34º97.47%61.96%-
XYZ19.819.6230.52-
YUV66.92176.02192.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=50.32%
G=1.27%
B=48.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158415200.970.040.38302.3495.0631.76
Hex9E49806142612e5f20
Octal2364230014144645613740
Binary1001111010010011000011000011001001101001011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,4,152); }

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

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

 a { background-color: rgb(158,4,152); }

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

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

 span { border-color: rgb(158,4,152); }

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