Html Css Color HEX #8219AC Vivid Violet

📋 copy color: '#8219AC'

red 130 ◦ green 25 ◦ blue 172

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

Shades of Vivid Violet #8219AC

Tints of Vivid Violet #8219AC

RGB

 RED value IS 130 (51.17% from 255) = 39.76%

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

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

R = 39.76%
G = 7.65%
B = 52.6%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8219AC (or 0x8219AC) is known color: Vivid Violet. HEX triplet: 82, 19 and AC. RGB value is (130,25,172). Sum of RGB (Red+Green+Blue) = 130+25+172=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #8219AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8219AC is #7DE653. Grayscale: #484848. Windows color (decimal): -8250964 or 11278722. OLE color: 11278722.

HSL color Cylindrical-coordinate representation of color #8219AC: hue angle of 282.86º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8219AC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 25 172 -
CMYK 0.24 0.85 0 0.33
HSL 282.86º 0.75% 0.39% -
HSV(B) 282.86º 0.85% 0.67% -
XYZ 17 8.42 39.76 -
YUV 73.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 130 25 172 0.24 0.85 0 0.33 282.86 0.75 0.39
Hex 82 19 AC 18 55 0 21 11B 4B 27
Octal 202 31 254 30 125 0 41 433 113 47
Binary 10000010 11001 10101100 11000 1010101 0 100001 100011011 1001011 100111

Color Harmonies of #8219AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8219AC

Black with #8219AC

Text Example


Text Example

White with #8219AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,25,172); }

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

background-color css

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

 a { background-color: rgb(130,25,172); }

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

border-color css

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

 span { border-color: rgb(130,25,172); }

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