Html Css Color HEX #9211AA Dark Magenta

📋 copy color: '#9211AA'

red 146 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #9211AA

Tints of Dark Magenta #9211AA

RGB

 RED value IS 146 (57.42% from 255) = 43.84%

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

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

R = 43.84%
G = 5.11%
B = 51.05%

CMYK

 C value IS 0.14

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9211AA (or 0x9211AA) is known color: Dark Magenta. HEX triplet: 92, 11 and AA. RGB value is (146,17,170). Sum of RGB (Red+Green+Blue) = 146+17+170=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #9211AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9211AA is #6DEE55. Grayscale: #484848. Windows color (decimal): -7204438 or 11145618. OLE color: 11145618.

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

Color convert

RGB 146 17 170 -
CMYK 0.14 0.9 0 0.33
HSL 290.59º 0.82% 0.37% -
HSV(B) 290.59º 0.9% 0.67% -
XYZ 19.31 9.41 38.83 -
YUV 73.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 146 17 170 0.14 0.9 0 0.33 290.59 0.82 0.37
Hex 92 11 AA E 5A 0 21 123 52 25
Octal 222 21 252 16 132 0 41 443 122 45
Binary 10010010 10001 10101010 1110 1011010 0 100001 100100011 1010010 100101

Color Harmonies of #9211AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9211AA

Black with #9211AA

Text Example


Text Example

White with #9211AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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