Html Css Color HEX #8220AA Vivid Violet

📋 copy color: '#8220AA'

red 130 ◦ green 32 ◦ blue 170

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

Shades of Vivid Violet #8220AA

Tints of Vivid Violet #8220AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.64%

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

R = 39.16%
G = 9.64%
B = 51.2%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8220AA (or 0x8220AA) is known color: Vivid Violet. HEX triplet: 82, 20 and AA. RGB value is (130,32,170). Sum of RGB (Red+Green+Blue) = 130+32+170=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #8220AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8220AA is #7DDF55. Grayscale: #4C4C4C. Windows color (decimal): -8249174 or 11149442. OLE color: 11149442.

HSL color Cylindrical-coordinate representation of color #8220AA: hue angle of 282.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8220AA is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 32 170 -
CMYK 0.24 0.81 0 0.33
HSL 282.61º 0.68% 0.4% -
HSV(B) 282.61º 0.81% 0.67% -
XYZ 16.98 8.68 38.81 -
YUV 77.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 130 32 170 0.24 0.81 0 0.33 282.61 0.68 0.4
Hex 82 20 AA 18 51 0 21 11B 44 28
Octal 202 40 252 30 121 0 41 433 104 50
Binary 10000010 100000 10101010 11000 1010001 0 100001 100011011 1000100 101000

Color Harmonies of #8220AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8220AA

Black with #8220AA

Text Example


Text Example

White with #8220AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,32,170); }

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

background-color css

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

 a { background-color: rgb(130,32,170); }

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

border-color css

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

 span { border-color: rgb(130,32,170); }

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