Html Css Color HEX #9021AA Vivid Violet

📋 copy color: '#9021AA'

red 144 ◦ green 33 ◦ blue 170

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

Shades of Vivid Violet #9021AA

Tints of Vivid Violet #9021AA

RGB

 RED value IS 144 (56.64% from 255) = 41.5%

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

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

R = 41.5%
G = 9.51%
B = 48.99%

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

#9021AA (or 0x9021AA) is known color: Vivid Violet. HEX triplet: 90, 21 and AA. RGB value is (144,33,170). Sum of RGB (Red+Green+Blue) = 144+33+170=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #9021AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9021AA is #6FDE55. Grayscale: #515151. Windows color (decimal): -7331414 or 11149712. OLE color: 11149712.

HSL color Cylindrical-coordinate representation of color #9021AA: hue angle of 288.61º degrees, saturation: 0.67, 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 #9021AA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 33 170 -
CMYK 0.15 0.81 0 0.33
HSL 288.61º 0.67% 0.4% -
HSV(B) 288.61º 0.81% 0.67% -
XYZ 19.3 9.92 38.93 -
YUV 81.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 144 33 170 0.15 0.81 0 0.33 288.61 0.67 0.4
Hex 90 21 AA F 51 0 21 121 43 28
Octal 220 41 252 17 121 0 41 441 103 50
Binary 10010000 100001 10101010 1111 1010001 0 100001 100100001 1000011 101000

Color Harmonies of #9021AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9021AA

Black with #9021AA

Text Example


Text Example

White with #9021AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,33,170); }

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

background-color css

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

 a { background-color: rgb(144,33,170); }

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

border-color css

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

 span { border-color: rgb(144,33,170); }

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