Html Css Color HEX #8019AB Vivid Violet

📋 copy color: '#8019AB'

red 128 ◦ green 25 ◦ blue 171

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

Shades of Vivid Violet #8019AB

Tints of Vivid Violet #8019AB

RGB

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

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

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

R = 39.51%
G = 7.72%
B = 52.78%

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

#8019AB (or 0x8019AB) is known color: Vivid Violet. HEX triplet: 80, 19 and AB. RGB value is (128,25,171). Sum of RGB (Red+Green+Blue) = 128+25+171=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #8019AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8019AB is #7FE654. Grayscale: #474747. Windows color (decimal): -8382037 or 11213184. OLE color: 11213184.

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

Color convert

RGB 128 25 171 -
CMYK 0.25 0.85 0 0.33
HSL 282.33º 0.74% 0.38% -
HSV(B) 282.33º 0.85% 0.67% -
XYZ 16.6 8.22 39.24 -
YUV 72.44 183.62 167.63 -
System Red Green Blue C M Y K H S L
Decimal 128 25 171 0.25 0.85 0 0.33 282.33 0.74 0.38
Hex 80 19 AB 19 55 0 21 11A 4A 26
Octal 200 31 253 31 125 0 41 432 112 46
Binary 10000000 11001 10101011 11001 1010101 0 100001 100011010 1001010 100110

Color Harmonies of #8019AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019AB

Black with #8019AB

Text Example


Text Example

White with #8019AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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