#9E0388

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

Shades of Dark Magenta #9E0388

Tints of Dark Magenta #9E0388

Color information

#9E0388 (or 0x9E0388) is unknown color: approx Dark Magenta. HEX triplet: 9E, 03 and 88. RGB value is (158,3,136). Sum of RGB (Red+Green+Blue) = 158+3+136=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0388 is #61FC77. Grayscale: #404040. Windows color (decimal): -6421624 or 8913822. OLE color: 8913822.

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

Color convert

RGB1583136-
CMYK00.980.140.38
HSL308.52º96.27%31.57%-
HSV(B)308.52º98.1%61.96%-
XYZ18.589.1124.07-
YUV64.51168.35194.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=53.20%
G=1.01%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158313600.980.140.38308.5296.2731.57
Hex9E388062E261356020
Octal23632100142164646514040
Binary1001111011100010000110001011101001101001101011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,3,136); }

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

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

 a { background-color: rgb(158,3,136); }

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

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

 span { border-color: rgb(158,3,136); }

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