Html Css Color HEX #900AAC Dark Magenta

📋 copy color: '#900AAC'

red 144 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #900AAC

Tints of Dark Magenta #900AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 44.17%
G = 3.07%
B = 52.76%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#900AAC (or 0x900AAC) is known color: Dark Magenta. HEX triplet: 90, 0A and AC. RGB value is (144,10,172). Sum of RGB (Red+Green+Blue) = 144+10+172=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #900AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900AAC is #6FF553. Grayscale: #444444. Windows color (decimal): -7337300 or 11274896. OLE color: 11274896.

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

Color convert

RGB 144 10 172 -
CMYK 0.16 0.94 0 0.33
HSL 289.63º 0.89% 0.36% -
HSV(B) 289.63º 0.94% 0.67% -
XYZ 19.06 9.12 39.79 -
YUV 68.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 144 10 172 0.16 0.94 0 0.33 289.63 0.89 0.36
Hex 90 A AC 10 5E 0 21 122 59 24
Octal 220 12 254 20 136 0 41 442 131 44
Binary 10010000 1010 10101100 10000 1011110 0 100001 100100010 1011001 100100

Color Harmonies of #900AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900AAC

Black with #900AAC

Text Example


Text Example

White with #900AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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