Html Css Color HEX #9711AA Dark Magenta

📋 copy color: '#9711AA'

red 151 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #9711AA

Tints of Dark Magenta #9711AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

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

R = 44.67%
G = 5.03%
B = 50.3%

CMYK

 C value IS 0.11

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9711AA (or 0x9711AA) is known color: Dark Magenta. HEX triplet: 97, 11 and AA. RGB value is (151,17,170). Sum of RGB (Red+Green+Blue) = 151+17+170=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #9711AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9711AA is #68EE55. Grayscale: #4A4A4A. Windows color (decimal): -6876758 or 11145623. OLE color: 11145623.

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

Color convert

RGB 151 17 170 -
CMYK 0.11 0.9 0 0.33
HSL 292.55º 0.82% 0.37% -
HSV(B) 292.55º 0.9% 0.67% -
XYZ 20.22 9.88 38.87 -
YUV 74.51 181.89 182.56 -
System Red Green Blue C M Y K H S L
Decimal 151 17 170 0.11 0.9 0 0.33 292.55 0.82 0.37
Hex 97 11 AA B 5A 0 21 125 52 25
Octal 227 21 252 13 132 0 41 445 122 45
Binary 10010111 10001 10101010 1011 1011010 0 100001 100100101 1010010 100101

Color Harmonies of #9711AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9711AA

Black with #9711AA

Text Example


Text Example

White with #9711AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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