Html Css Color HEX #900EAB Dark Magenta

📋 copy color: '#900EAB'

red 144 ◦ green 14 ◦ blue 171

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

Shades of Dark Magenta #900EAB

Tints of Dark Magenta #900EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 43.77%
G = 4.26%
B = 51.98%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#900EAB (or 0x900EAB) is known color: Dark Magenta. HEX triplet: 90, 0E and AB. RGB value is (144,14,171). Sum of RGB (Red+Green+Blue) = 144+14+171=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #900EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900EAB is #6FF154. Grayscale: #464646. Windows color (decimal): -7336277 or 11210384. OLE color: 11210384.

HSL color Cylindrical-coordinate representation of color #900EAB: hue angle of 289.68º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900EAB is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 14 171 -
CMYK 0.16 0.92 0 0.33
HSL 289.68º 0.85% 0.36% -
HSV(B) 289.68º 0.92% 0.67% -
XYZ 19.01 9.18 39.3 -
YUV 70.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 144 14 171 0.16 0.92 0 0.33 289.68 0.85 0.36
Hex 90 E AB 10 5C 0 21 122 55 24
Octal 220 16 253 20 134 0 41 442 125 44
Binary 10010000 1110 10101011 10000 1011100 0 100001 100100010 1010101 100100

Color Harmonies of #900EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900EAB

Black with #900EAB

Text Example


Text Example

White with #900EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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