Html Css Color HEX #9211AB Dark Magenta

📋 copy color: '#9211AB'

red 146 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #9211AB

Tints of Dark Magenta #9211AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 43.71%
G = 5.09%
B = 51.2%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9211AB (or 0x9211AB) is known color: Dark Magenta. HEX triplet: 92, 11 and AB. RGB value is (146,17,171). Sum of RGB (Red+Green+Blue) = 146+17+171=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #9211AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9211AB is #6DEE54. Grayscale: #484848. Windows color (decimal): -7204437 or 11211154. OLE color: 11211154.

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

Color convert

RGB 146 17 171 -
CMYK 0.15 0.90 0 0.33
HSL 290.26º 0.82% 0.37% -
HSV(B) 290.26º 0.9% 0.67% -
XYZ 19.41 9.45 39.33 -
YUV 73.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 146 17 171 0.15 0.90 0 0.33 290.26 0.82 0.37
Hex 92 11 AB F 5A 0 21 122 52 25
Octal 222 21 253 17 132 0 41 442 122 45
Binary 10010010 10001 10101011 1111 1011010 0 100001 100100010 1010010 100101

Color Harmonies of #9211AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9211AB

Black with #9211AB

Text Example


Text Example

White with #9211AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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