Html Css Color HEX #821AAD Vivid Violet

📋 copy color: '#821AAD'

red 130 ◦ green 26 ◦ blue 173

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

Shades of Vivid Violet #821AAD

Tints of Vivid Violet #821AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.58%

R = 39.51%
G = 7.9%
B = 52.58%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#821AAD (or 0x821AAD) is known color: Vivid Violet. HEX triplet: 82, 1A and AD. RGB value is (130,26,173). Sum of RGB (Red+Green+Blue) = 130+26+173=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #821AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821AAD is #7DE552. Grayscale: #494949. Windows color (decimal): -8250707 or 11344514. OLE color: 11344514.

HSL color Cylindrical-coordinate representation of color #821AAD: hue angle of 282.45º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821AAD is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 26 173 -
CMYK 0.25 0.85 0 0.32
HSL 282.45º 0.74% 0.39% -
HSV(B) 282.45º 0.85% 0.68% -
XYZ 17.12 8.5 40.27 -
YUV 73.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 130 26 173 0.25 0.85 0 0.32 282.45 0.74 0.39
Hex 82 1A AD 19 55 0 20 11A 4A 27
Octal 202 32 255 31 125 0 40 432 112 47
Binary 10000010 11010 10101101 11001 1010101 0 100000 100011010 1001010 100111

Color Harmonies of #821AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AAD

Black with #821AAD

Text Example


Text Example

White with #821AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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