Html Css Color HEX #900AAD Dark Magenta

📋 copy color: '#900AAD'

red 144 ◦ green 10 ◦ blue 173

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

Shades of Dark Magenta #900AAD

Tints of Dark Magenta #900AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.06%

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 44.04%
G = 3.06%
B = 52.91%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#900AAD (or 0x900AAD) is known color: Dark Magenta. HEX triplet: 90, 0A and AD. RGB value is (144,10,173). Sum of RGB (Red+Green+Blue) = 144+10+173=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #900AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900AAD is #6FF552. Grayscale: #444444. Windows color (decimal): -7337299 or 11340432. OLE color: 11340432.

HSL color Cylindrical-coordinate representation of color #900AAD: hue angle of 289.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900AAD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 10 173 -
CMYK 0.17 0.94 0 0.32
HSL 289.33º 0.89% 0.36% -
HSV(B) 289.33º 0.94% 0.68% -
XYZ 19.15 9.16 40.29 -
YUV 68.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 144 10 173 0.17 0.94 0 0.32 289.33 0.89 0.36
Hex 90 A AD 11 5E 0 20 121 59 24
Octal 220 12 255 21 136 0 40 441 131 44
Binary 10010000 1010 10101101 10001 1011110 0 100000 100100001 1011001 100100

Color Harmonies of #900AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900AAD

Black with #900AAD

Text Example


Text Example

White with #900AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,10,173); }

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

background-color css

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

 a { background-color: rgb(144,10,173); }

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

border-color css

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

 span { border-color: rgb(144,10,173); }

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