Html Css Color HEX #9219AB Dark Magenta

📋 copy color: '#9219AB'

red 146 ◦ green 25 ◦ blue 171

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

Shades of Dark Magenta #9219AB

Tints of Dark Magenta #9219AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

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

R = 42.69%
G = 7.31%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9219AB (or 0x9219AB) is known color: Dark Magenta. HEX triplet: 92, 19 and AB. RGB value is (146,25,171). Sum of RGB (Red+Green+Blue) = 146+25+171=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #9219AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9219AB is #6DE654. Grayscale: #4D4D4D. Windows color (decimal): -7202389 or 11213202. OLE color: 11213202.

HSL color Cylindrical-coordinate representation of color #9219AB: hue angle of 289.73º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9219AB is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 25 171 -
CMYK 0.15 0.85 0 0.33
HSL 289.73º 0.74% 0.38% -
HSV(B) 289.73º 0.85% 0.67% -
XYZ 19.55 9.75 39.38 -
YUV 77.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 146 25 171 0.15 0.85 0 0.33 289.73 0.74 0.38
Hex 92 19 AB F 55 0 21 122 4A 26
Octal 222 31 253 17 125 0 41 442 112 46
Binary 10010010 11001 10101011 1111 1010101 0 100001 100100010 1001010 100110

Color Harmonies of #9219AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9219AB

Black with #9219AB

Text Example


Text Example

White with #9219AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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