Html Css Color HEX #8014AA Vivid Violet

📋 copy color: '#8014AA'

red 128 ◦ green 20 ◦ blue 170

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

Shades of Vivid Violet #8014AA

Tints of Vivid Violet #8014AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

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

R = 40.25%
G = 6.29%
B = 53.46%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8014AA (or 0x8014AA) is known color: Vivid Violet. HEX triplet: 80, 14 and AA. RGB value is (128,20,170). Sum of RGB (Red+Green+Blue) = 128+20+170=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #8014AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8014AA is #7FEB55. Grayscale: #444444. Windows color (decimal): -8383318 or 11146368. OLE color: 11146368.

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

Color convert

RGB 128 20 170 -
CMYK 0.25 0.88 0 0.33
HSL 283.2º 0.79% 0.37% -
HSV(B) 283.2º 0.88% 0.67% -
XYZ 16.41 7.99 38.71 -
YUV 69.39 184.78 169.8 -
System Red Green Blue C M Y K H S L
Decimal 128 20 170 0.25 0.88 0 0.33 283.2 0.79 0.37
Hex 80 14 AA 19 58 0 21 11B 4F 25
Octal 200 24 252 31 130 0 41 433 117 45
Binary 10000000 10100 10101010 11001 1011000 0 100001 100011011 1001111 100101

Color Harmonies of #8014AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8014AA

Black with #8014AA

Text Example


Text Example

White with #8014AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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