Html Css Color HEX #9211AD Dark Magenta

📋 copy color: '#9211AD'

red 146 ◦ green 17 ◦ blue 173

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

Shades of Dark Magenta #9211AD

Tints of Dark Magenta #9211AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 43.45%
G = 5.06%
B = 51.49%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9211AD (or 0x9211AD) is known color: Dark Magenta. HEX triplet: 92, 11 and AD. RGB value is (146,17,173). Sum of RGB (Red+Green+Blue) = 146+17+173=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #9211AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9211AD is #6DEE52. Grayscale: #484848. Windows color (decimal): -7204435 or 11342226. OLE color: 11342226.

HSL color Cylindrical-coordinate representation of color #9211AD: hue angle of 289.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9211AD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 17 173 -
CMYK 0.16 0.90 0 0.32
HSL 289.62º 0.82% 0.37% -
HSV(B) 289.62º 0.9% 0.68% -
XYZ 19.6 9.53 40.34 -
YUV 73.36 184.24 179.82 -
System Red Green Blue C M Y K H S L
Decimal 146 17 173 0.16 0.90 0 0.32 289.62 0.82 0.37
Hex 92 11 AD 10 5A 0 20 122 52 25
Octal 222 21 255 20 132 0 40 442 122 45
Binary 10010010 10001 10101101 10000 1011010 0 100000 100100010 1010010 100101

Color Harmonies of #9211AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9211AD

Black with #9211AD

Text Example


Text Example

White with #9211AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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