Html Css Color HEX #8019AA Vivid Violet

📋 copy color: '#8019AA'

red 128 ◦ green 25 ◦ blue 170

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

Shades of Vivid Violet #8019AA

Tints of Vivid Violet #8019AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

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

R = 39.63%
G = 7.74%
B = 52.63%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8019AA (or 0x8019AA) is known color: Vivid Violet. HEX triplet: 80, 19 and AA. RGB value is (128,25,170). Sum of RGB (Red+Green+Blue) = 128+25+170=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #8019AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8019AA is #7FE655. Grayscale: #474747. Windows color (decimal): -8382038 or 11147648. OLE color: 11147648.

HSL color Cylindrical-coordinate representation of color #8019AA: hue angle of 282.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8019AA is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 25 170 -
CMYK 0.25 0.85 0 0.33
HSL 282.62º 0.74% 0.38% -
HSV(B) 282.62º 0.85% 0.67% -
XYZ 16.51 8.19 38.74 -
YUV 72.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 128 25 170 0.25 0.85 0 0.33 282.62 0.74 0.38
Hex 80 19 AA 19 55 0 21 11B 4A 26
Octal 200 31 252 31 125 0 41 433 112 46
Binary 10000000 11001 10101010 11001 1010101 0 100001 100011011 1001010 100110

Color Harmonies of #8019AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019AA

Black with #8019AA

Text Example


Text Example

White with #8019AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,25,170); }

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

background-color css

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

 a { background-color: rgb(128,25,170); }

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

border-color css

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

 span { border-color: rgb(128,25,170); }

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