Html Css Color HEX #9712AA Dark Magenta

📋 copy color: '#9712AA'

red 151 ◦ green 18 ◦ blue 170

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

Shades of Dark Magenta #9712AA

Tints of Dark Magenta #9712AA

RGB

 RED value IS 151 (59.38% from 255) = 44.54%

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

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

R = 44.54%
G = 5.31%
B = 50.15%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9712AA (or 0x9712AA) is known color: Dark Magenta. HEX triplet: 97, 12 and AA. RGB value is (151,18,170). Sum of RGB (Red+Green+Blue) = 151+18+170=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9712AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9712AA is #68ED55. Grayscale: #4A4A4A. Windows color (decimal): -6876502 or 11145879. OLE color: 11145879.

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

Color convert

RGB 151 18 170 -
CMYK 0.11 0.89 0 0.33
HSL 292.5º 0.81% 0.37% -
HSV(B) 292.5º 0.89% 0.67% -
XYZ 20.23 9.91 38.88 -
YUV 75.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 151 18 170 0.11 0.89 0 0.33 292.5 0.81 0.37
Hex 97 12 AA B 59 0 21 124 51 25
Octal 227 22 252 13 131 0 41 444 121 45
Binary 10010111 10010 10101010 1011 1011001 0 100001 100100100 1010001 100101

Color Harmonies of #9712AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9712AA

Black with #9712AA

Text Example


Text Example

White with #9712AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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