#9E0288

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

Shades of Dark Magenta #9E0288

Tints of Dark Magenta #9E0288

Color information

#9E0288 (or 0x9E0288) is unknown color: approx Dark Magenta. HEX triplet: 9E, 02 and 88. RGB value is (158,2,136). Sum of RGB (Red+Green+Blue) = 158+2+136=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0288 is #61FD77. Grayscale: #3F3F3F. Windows color (decimal): -6421880 or 8913566. OLE color: 8913566.

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

Color convert

RGB1582136-
CMYK00.990.140.38
HSL308.46º97.5%31.37%-
HSV(B)308.46º98.73%61.96%-
XYZ18.579.0924.07-
YUV63.92168.68195.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.38%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 136 (53.52% from 255) = 45.95%
R=53.38%
G=0.68%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158213600.990.140.38308.4697.531.37
Hex9E288063E26134621f
Octal23622100143164646414237
Binary100111101010001000011000111110100110100110100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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