Html Css Color HEX #8015AC Vivid Violet

📋 copy color: '#8015AC'

red 128 ◦ green 21 ◦ blue 172

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

Shades of Vivid Violet #8015AC

Tints of Vivid Violet #8015AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 39.88%
G = 6.54%
B = 53.58%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8015AC (or 0x8015AC) is known color: Vivid Violet. HEX triplet: 80, 15 and AC. RGB value is (128,21,172). Sum of RGB (Red+Green+Blue) = 128+21+172=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #8015AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8015AC is #7FEA53. Grayscale: #454545. Windows color (decimal): -8383060 or 11277696. OLE color: 11277696.

HSL color Cylindrical-coordinate representation of color #8015AC: hue angle of 282.52º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8015AC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 21 172 -
CMYK 0.26 0.88 0 0.33
HSL 282.52º 0.78% 0.38% -
HSV(B) 282.52º 0.88% 0.67% -
XYZ 16.62 8.1 39.72 -
YUV 70.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 128 21 172 0.26 0.88 0 0.33 282.52 0.78 0.38
Hex 80 15 AC 1A 58 0 21 11B 4E 26
Octal 200 25 254 32 130 0 41 433 116 46
Binary 10000000 10101 10101100 11010 1011000 0 100001 100011011 1001110 100110

Color Harmonies of #8015AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8015AC

Black with #8015AC

Text Example


Text Example

White with #8015AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8015AC; }

 p { color: rgb(128,21,172); }

 H1.HeaderClassName
 {
   color: #8015AC;
 }
 .AnyTagClassName
 {
   color: #8015AC;
 }
</style>

background-color css

<style>
 a { background-color: #8015AC; }

 a { background-color: rgb(128,21,172); }

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

border-color css

<style>
 span { border-color: #8015AC; }

 span { border-color: rgb(128,21,172); }

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