Html Css Color HEX #9111AA Dark Magenta

📋 copy color: '#9111AA'

red 145 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #9111AA

Tints of Dark Magenta #9111AA

RGB

 RED value IS 145 (57.03% from 255) = 43.67%

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

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

R = 43.67%
G = 5.12%
B = 51.2%

CMYK

 C value IS 0.15

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9111AA (or 0x9111AA) is known color: Dark Magenta. HEX triplet: 91, 11 and AA. RGB value is (145,17,170). Sum of RGB (Red+Green+Blue) = 145+17+170=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 17 (7.03% from 255 or 5.12% 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 #9111AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9111AA is #6EEE55. Grayscale: #484848. Windows color (decimal): -7269974 or 11145617. OLE color: 11145617.

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

Color convert

RGB 145 17 170 -
CMYK 0.15 0.9 0 0.33
HSL 290.2º 0.82% 0.37% -
HSV(B) 290.2º 0.9% 0.67% -
XYZ 19.13 9.32 38.82 -
YUV 72.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 145 17 170 0.15 0.9 0 0.33 290.2 0.82 0.37
Hex 91 11 AA F 5A 0 21 122 52 25
Octal 221 21 252 17 132 0 41 442 122 45
Binary 10010001 10001 10101010 1111 1011010 0 100001 100100010 1010010 100101

Color Harmonies of #9111AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9111AA

Black with #9111AA

Text Example


Text Example

White with #9111AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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