Html Css Color HEX #9021AB Vivid Violet

📋 copy color: '#9021AB'

red 144 ◦ green 33 ◦ blue 171

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

Shades of Vivid Violet #9021AB

Tints of Vivid Violet #9021AB

RGB

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

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

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

R = 41.38%
G = 9.48%
B = 49.14%

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

#9021AB (or 0x9021AB) is known color: Vivid Violet. HEX triplet: 90, 21 and AB. RGB value is (144,33,171). Sum of RGB (Red+Green+Blue) = 144+33+171=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #9021AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9021AB is #6FDE54. Grayscale: #515151. Windows color (decimal): -7331413 or 11215248. OLE color: 11215248.

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

Color convert

RGB 144 33 171 -
CMYK 0.16 0.81 0 0.33
HSL 288.26º 0.68% 0.4% -
HSV(B) 288.26º 0.81% 0.67% -
XYZ 19.4 9.96 39.43 -
YUV 81.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 144 33 171 0.16 0.81 0 0.33 288.26 0.68 0.4
Hex 90 21 AB 10 51 0 21 120 44 28
Octal 220 41 253 20 121 0 41 440 104 50
Binary 10010000 100001 10101011 10000 1010001 0 100001 100100000 1000100 101000

Color Harmonies of #9021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9021AB

Black with #9021AB

Text Example


Text Example

White with #9021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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