#900E87

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

Shades of Dark Magenta #900E87

Tints of Dark Magenta #900E87

Color information

#900E87 (or 0x900E87) is unknown color: approx Dark Magenta. HEX triplet: 90, 0E and 87. RGB value is (144,14,135). Sum of RGB (Red+Green+Blue) = 144+14+135=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #900E87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900E87 is #6FF178. Grayscale: #424242. Windows color (decimal): -7336313 or 8851088. OLE color: 8851088.

HSL color Cylindrical-coordinate representation of color #900E87: hue angle of 304.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E87 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14414135-
CMYK00.900.060.44
HSL304.15º82.28%30.98%-
HSV(B)304.15º90.28%56.47%-
XYZ16.037.9923.62-
YUV66.66166.57183.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=49.15%
G=4.78%
B=46.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441413500.900.060.44304.1582.2830.98
Hex90E8705A62C130521f
Octal22016207013265446012237
Binary1001000011101000011101011010110101100100110000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900E87; }

 p { color: rgb(144,14,135); }

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

<style>
 a { background-color: #900E87; }

 a { background-color: rgb(144,14,135); }

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

<style>
 span { border-color: #900E87; }

 span { border-color: rgb(144,14,135); }

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