Html Css Color HEX #9221AB Vivid Violet

📋 copy color: '#9221AB'

red 146 ◦ green 33 ◦ blue 171

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

Shades of Vivid Violet #9221AB

Tints of Vivid Violet #9221AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

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

R = 41.71%
G = 9.43%
B = 48.86%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9221AB (or 0x9221AB) is known color: Vivid Violet. HEX triplet: 92, 21 and AB. RGB value is (146,33,171). Sum of RGB (Red+Green+Blue) = 146+33+171=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #9221AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9221AB is #6DDE54. Grayscale: #525252. Windows color (decimal): -7200341 or 11215250. OLE color: 11215250.

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

Color convert

RGB 146 33 171 -
CMYK 0.15 0.81 0 0.33
HSL 289.13º 0.68% 0.4% -
HSV(B) 289.13º 0.81% 0.67% -
XYZ 19.75 10.14 39.44 -
YUV 82.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 146 33 171 0.15 0.81 0 0.33 289.13 0.68 0.4
Hex 92 21 AB F 51 0 21 121 44 28
Octal 222 41 253 17 121 0 41 441 104 50
Binary 10010010 100001 10101011 1111 1010001 0 100001 100100001 1000100 101000

Color Harmonies of #9221AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9221AB

Black with #9221AB

Text Example


Text Example

White with #9221AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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