Html Css Color HEX #9020AB Vivid Violet

📋 copy color: '#9020AB'

red 144 ◦ green 32 ◦ blue 171

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

Shades of Vivid Violet #9020AB

Tints of Vivid Violet #9020AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

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

R = 41.5%
G = 9.22%
B = 49.28%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9020AB (or 0x9020AB) is known color: Vivid Violet. HEX triplet: 90, 20 and AB. RGB value is (144,32,171). Sum of RGB (Red+Green+Blue) = 144+32+171=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #9020AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9020AB is #6FDF54. Grayscale: #505050. Windows color (decimal): -7331669 or 11214992. OLE color: 11214992.

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

Color convert

RGB 144 32 171 -
CMYK 0.16 0.81 0 0.33
HSL 288.35º 0.68% 0.4% -
HSV(B) 288.35º 0.81% 0.67% -
XYZ 19.37 9.9 39.42 -
YUV 81.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 144 32 171 0.16 0.81 0 0.33 288.35 0.68 0.4
Hex 90 20 AB 10 51 0 21 120 44 28
Octal 220 40 253 20 121 0 41 440 104 50
Binary 10010000 100000 10101011 10000 1010001 0 100001 100100000 1000100 101000

Color Harmonies of #9020AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9020AB

Black with #9020AB

Text Example


Text Example

White with #9020AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,32,171); }

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

background-color css

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

 a { background-color: rgb(144,32,171); }

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

border-color css

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

 span { border-color: rgb(144,32,171); }

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