Html Css Color HEX #8021AB Vivid Violet

📋 copy color: '#8021AB'

red 128 ◦ green 33 ◦ blue 171

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

Shades of Vivid Violet #8021AB

Tints of Vivid Violet #8021AB

RGB

 RED value IS 128 (50.39% from 255) = 38.55%

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

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

R = 38.55%
G = 9.94%
B = 51.51%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8021AB (or 0x8021AB) is known color: Vivid Violet. HEX triplet: 80, 21 and AB. RGB value is (128,33,171). Sum of RGB (Red+Green+Blue) = 128+33+171=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #8021AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8021AB is #7FDE54. Grayscale: #4C4C4C. Windows color (decimal): -8379989 or 11215232. OLE color: 11215232.

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

Color convert

RGB 128 33 171 -
CMYK 0.25 0.81 0 0.33
HSL 281.3º 0.68% 0.4% -
HSV(B) 281.3º 0.81% 0.67% -
XYZ 16.8 8.62 39.31 -
YUV 77.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 128 33 171 0.25 0.81 0 0.33 281.3 0.68 0.4
Hex 80 21 AB 19 51 0 21 119 44 28
Octal 200 41 253 31 121 0 41 431 104 50
Binary 10000000 100001 10101011 11001 1010001 0 100001 100011001 1000100 101000

Color Harmonies of #8021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8021AB

Black with #8021AB

Text Example


Text Example

White with #8021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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