Html Css Color HEX #9012AA Dark Magenta

📋 copy color: '#9012AA'

red 144 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #9012AA

Tints of Dark Magenta #9012AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

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

R = 43.37%
G = 5.42%
B = 51.2%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9012AA (or 0x9012AA) is known color: Dark Magenta. HEX triplet: 90, 12 and AA. RGB value is (144,18,170). Sum of RGB (Red+Green+Blue) = 144+18+170=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #9012AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9012AA is #6FED55. Grayscale: #484848. Windows color (decimal): -7335254 or 11145872. OLE color: 11145872.

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

Color convert

RGB 144 18 170 -
CMYK 0.15 0.89 0 0.33
HSL 289.74º 0.81% 0.37% -
HSV(B) 289.74º 0.89% 0.67% -
XYZ 18.97 9.26 38.82 -
YUV 73 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 144 18 170 0.15 0.89 0 0.33 289.74 0.81 0.37
Hex 90 12 AA F 59 0 21 122 51 25
Octal 220 22 252 17 131 0 41 442 121 45
Binary 10010000 10010 10101010 1111 1011001 0 100001 100100010 1010001 100101

Color Harmonies of #9012AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012AA

Black with #9012AA

Text Example


Text Example

White with #9012AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9012AA; }

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

 H1.HeaderClassName
 {
   color: #9012AA;
 }
 .AnyTagClassName
 {
   color: #9012AA;
 }
</style>

background-color css

<style>
 a { background-color: #9012AA; }

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

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

border-color css

<style>
 span { border-color: #9012AA; }

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

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