#900EA3

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

Shades of Dark Magenta #900EA3

Tints of Dark Magenta #900EA3

Color information

#900EA3 (or 0x900EA3) is unknown color: approx Dark Magenta. HEX triplet: 90, 0E and A3. RGB value is (144,14,163). Sum of RGB (Red+Green+Blue) = 144+14+163=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #900EA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900EA3 is #6FF15C. Grayscale: #454545. Windows color (decimal): -7336285 or 10686096. OLE color: 10686096.

HSL color Cylindrical-coordinate representation of color #900EA3: hue angle of 292.35º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900EA3 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14414163-
CMYK0.120.9100.36
HSL292.35º84.18%34.71%-
HSV(B)292.35º91.41%63.92%-
XYZ18.278.8935.4-
YUV69.86180.57180.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 14 (5.86% from 255) = 4.36%
BLUE value IS 163 (64.06% from 255) = 50.78%
R=44.86%
G=4.36%
B=50.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144141630.120.9100.36292.3584.1834.71
Hex90EA3C5B0241245423
Octal220162431413304444412443
Binary100100001110101000111100101101101001001001001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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