Html Css Color HEX #821EA3 Vivid Violet

📋 copy color: '#821EA3'

red 130 ◦ green 30 ◦ blue 163

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

Shades of Vivid Violet #821EA3

Tints of Vivid Violet #821EA3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.29%

 BLUE value IS 163 (64.06% from 255) = 50.46%

R = 40.25%
G = 9.29%
B = 50.46%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#821EA3 (or 0x821EA3) is known color: Vivid Violet. HEX triplet: 82, 1E and A3. RGB value is (130,30,163). Sum of RGB (Red+Green+Blue) = 130+30+163=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #821EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EA3 is #7DE15C. Grayscale: #4A4A4A. Windows color (decimal): -8249693 or 10690178. OLE color: 10690178.

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

Color convert

RGB 130 30 163 -
CMYK 0.20 0.82 0 0.36
HSL 285.11º 0.69% 0.38% -
HSV(B) 285.11º 0.82% 0.64% -
XYZ 16.28 8.32 35.4 -
YUV 75.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 130 30 163 0.20 0.82 0 0.36 285.11 0.69 0.38
Hex 82 1E A3 14 52 0 24 11D 45 26
Octal 202 36 243 24 122 0 44 435 105 46
Binary 10000010 11110 10100011 10100 1010010 0 100100 100011101 1000101 100110

Color Harmonies of #821EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821EA3

Black with #821EA3

Text Example


Text Example

White with #821EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,30,163); }

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

background-color css

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

 a { background-color: rgb(130,30,163); }

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

border-color css

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

 span { border-color: rgb(130,30,163); }

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