Html Css Color HEX #900EA4 Dark Magenta

📋 copy color: '#900EA4'

red 144 ◦ green 14 ◦ blue 164

#900EA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #900EA4

Tints of Dark Magenta #900EA4

RGB

 RED value IS 144 (56.64% from 255) = 44.72%

 GREEN value IS 14 (5.86% from 255) = 4.35%

 BLUE value IS 164 (64.45% from 255) = 50.93%

R = 44.72%
G = 4.35%
B = 50.93%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#900EA4 (or 0x900EA4) is known color: Dark Magenta. HEX triplet: 90, 0E and A4. RGB value is (144,14,164). Sum of RGB (Red+Green+Blue) = 144+14+164=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #900EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900EA4 is #6FF15B. Grayscale: #454545. Windows color (decimal): -7336284 or 10751632. OLE color: 10751632.

HSL color Cylindrical-coordinate representation of color #900EA4: hue angle of 292º 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 #900EA4 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 14 164 -
CMYK 0.12 0.91 0 0.36
HSL 292º 0.84% 0.35% -
HSV(B) 292º 0.91% 0.64% -
XYZ 18.36 8.92 35.88 -
YUV 69.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 144 14 164 0.12 0.91 0 0.36 292 0.84 0.35
Hex 90 E A4 C 5B 0 24 124 54 23
Octal 220 16 244 14 133 0 44 444 124 43
Binary 10010000 1110 10100100 1100 1011011 0 100100 100100100 1010100 100011

Color Harmonies of #900EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EA4

Black with #900EA4

Text Example


Text Example

White with #900EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #900EA4;
 }
 .AnyTagClassName
 {
   color: #900EA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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