Html Css Color HEX #9912AA Dark Magenta

📋 copy color: '#9912AA'

red 153 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #9912AA

Tints of Dark Magenta #9912AA

RGB

 RED value IS 153 (60.16% from 255) = 44.87%

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

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

R = 44.87%
G = 5.28%
B = 49.85%

CMYK

 C value IS 0.1

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9912AA (or 0x9912AA) is known color: Dark Magenta. HEX triplet: 99, 12 and AA. RGB value is (153,18,170). Sum of RGB (Red+Green+Blue) = 153+18+170=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #9912AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9912AA is #66ED55. Grayscale: #4B4B4B. Windows color (decimal): -6745430 or 11145881. OLE color: 11145881.

HSL color Cylindrical-coordinate representation of color #9912AA: hue angle of 293.29º 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 #9912AA is Cyan = 0.1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 18 170 -
CMYK 0.1 0.89 0 0.33
HSL 293.29º 0.81% 0.37% -
HSV(B) 293.29º 0.89% 0.67% -
XYZ 20.61 10.11 38.89 -
YUV 75.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 153 18 170 0.1 0.89 0 0.33 293.29 0.81 0.37
Hex 99 12 AA A 59 0 21 125 51 25
Octal 231 22 252 12 131 0 41 445 121 45
Binary 10011001 10010 10101010 1010 1011001 0 100001 100100101 1010001 100101

Color Harmonies of #9912AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9912AA

Black with #9912AA

Text Example


Text Example

White with #9912AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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