Html Css Color HEX #900AAA Dark Magenta

📋 copy color: '#900AAA'

red 144 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #900AAA

Tints of Dark Magenta #900AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 44.44%
G = 3.09%
B = 52.47%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#900AAA (or 0x900AAA) is known color: Dark Magenta. HEX triplet: 90, 0A and AA. RGB value is (144,10,170). Sum of RGB (Red+Green+Blue) = 144+10+170=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #900AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900AAA is #6FF555. Grayscale: #434343. Windows color (decimal): -7337302 or 11143824. OLE color: 11143824.

HSL color Cylindrical-coordinate representation of color #900AAA: hue angle of 290.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900AAA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 10 170 -
CMYK 0.15 0.94 0 0.33
HSL 290.25º 0.89% 0.35% -
HSV(B) 290.25º 0.94% 0.67% -
XYZ 18.87 9.05 38.78 -
YUV 68.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 144 10 170 0.15 0.94 0 0.33 290.25 0.89 0.35
Hex 90 A AA F 5E 0 21 122 59 23
Octal 220 12 252 17 136 0 41 442 131 43
Binary 10010000 1010 10101010 1111 1011110 0 100001 100100010 1011001 100011

Color Harmonies of #900AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900AAA

Black with #900AAA

Text Example


Text Example

White with #900AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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