Html Css Color HEX #9217AA Dark Magenta

📋 copy color: '#9217AA'

red 146 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #9217AA

Tints of Dark Magenta #9217AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.78%

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

R = 43.07%
G = 6.78%
B = 50.15%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9217AA (or 0x9217AA) is known color: Dark Magenta. HEX triplet: 92, 17 and AA. RGB value is (146,23,170). Sum of RGB (Red+Green+Blue) = 146+23+170=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9217AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9217AA is #6DE855. Grayscale: #4C4C4C. Windows color (decimal): -7202902 or 11147154. OLE color: 11147154.

HSL color Cylindrical-coordinate representation of color #9217AA: hue angle of 290.2º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9217AA is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 23 170 -
CMYK 0.14 0.86 0 0.33
HSL 290.2º 0.76% 0.38% -
HSV(B) 290.2º 0.86% 0.67% -
XYZ 19.42 9.63 38.86 -
YUV 76.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 146 23 170 0.14 0.86 0 0.33 290.2 0.76 0.38
Hex 92 17 AA E 56 0 21 122 4C 26
Octal 222 27 252 16 126 0 41 442 114 46
Binary 10010010 10111 10101010 1110 1010110 0 100001 100100010 1001100 100110

Color Harmonies of #9217AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9217AA

Black with #9217AA

Text Example


Text Example

White with #9217AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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