Html Css Color HEX #821AA2 Vivid Violet

📋 copy color: '#821AA2'

red 130 ◦ green 26 ◦ blue 162

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

Shades of Vivid Violet #821AA2

Tints of Vivid Violet #821AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

 BLUE value IS 162 (63.67% from 255) = 50.94%

R = 40.88%
G = 8.18%
B = 50.94%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#821AA2 (or 0x821AA2) is known color: Vivid Violet. HEX triplet: 82, 1A and A2. RGB value is (130,26,162). Sum of RGB (Red+Green+Blue) = 130+26+162=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #821AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821AA2 is #7DE55D. Grayscale: #484848. Windows color (decimal): -8250718 or 10623618. OLE color: 10623618.

HSL color Cylindrical-coordinate representation of color #821AA2: hue angle of 285.88º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821AA2 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 26 162 -
CMYK 0.20 0.84 0 0.36
HSL 285.88º 0.72% 0.37% -
HSV(B) 285.88º 0.84% 0.64% -
XYZ 16.1 8.09 34.9 -
YUV 72.6 178.46 168.94 -
System Red Green Blue C M Y K H S L
Decimal 130 26 162 0.20 0.84 0 0.36 285.88 0.72 0.37
Hex 82 1A A2 14 54 0 24 11E 48 25
Octal 202 32 242 24 124 0 44 436 110 45
Binary 10000010 11010 10100010 10100 1010100 0 100100 100011110 1001000 100101

Color Harmonies of #821AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AA2

Black with #821AA2

Text Example


Text Example

White with #821AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821AA2; }

 p { color: rgb(130,26,162); }

 H1.HeaderClassName
 {
   color: #821AA2;
 }
 .AnyTagClassName
 {
   color: #821AA2;
 }
</style>

background-color css

<style>
 a { background-color: #821AA2; }

 a { background-color: rgb(130,26,162); }

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

border-color css

<style>
 span { border-color: #821AA2; }

 span { border-color: rgb(130,26,162); }

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