#900E8A

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

Shades of Dark Magenta #900E8A

Tints of Dark Magenta #900E8A

Color information

#900E8A (or 0x900E8A) is unknown color: approx Dark Magenta. HEX triplet: 90, 0E and 8A. RGB value is (144,14,138). Sum of RGB (Red+Green+Blue) = 144+14+138=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #900E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900E8A is #6FF175. Grayscale: #424242. Windows color (decimal): -7336310 or 9047696. OLE color: 9047696.

HSL color Cylindrical-coordinate representation of color #900E8A: hue angle of 302.77º 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 #900E8A is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14414138-
CMYK00.900.040.44
HSL302.77º82.28%30.98%-
HSV(B)302.77º90.28%56.47%-
XYZ16.258.0824.75-
YUV67.01168.07182.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.65%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 138 (54.30% from 255) = 46.62%
R=48.65%
G=4.73%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441413800.900.040.44302.7782.2830.98
Hex90E8A05A42C12f521f
Octal22016212013245445712237
Binary1001000011101000101001011010100101100100101111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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