Html Css Color HEX #821EA5 Vivid Violet

📋 copy color: '#821EA5'

red 130 ◦ green 30 ◦ blue 165

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

Shades of Vivid Violet #821EA5

Tints of Vivid Violet #821EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 50.77%

R = 40%
G = 9.23%
B = 50.77%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#821EA5 (or 0x821EA5) is known color: Vivid Violet. HEX triplet: 82, 1E and A5. RGB value is (130,30,165). Sum of RGB (Red+Green+Blue) = 130+30+165=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #821EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EA5 is #7DE15A. Grayscale: #4A4A4A. Windows color (decimal): -8249691 or 10821250. OLE color: 10821250.

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

Color convert

RGB 130 30 165 -
CMYK 0.21 0.82 0 0.35
HSL 284.44º 0.69% 0.38% -
HSV(B) 284.44º 0.82% 0.65% -
XYZ 16.46 8.39 36.35 -
YUV 75.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 130 30 165 0.21 0.82 0 0.35 284.44 0.69 0.38
Hex 82 1E A5 15 52 0 23 11C 45 26
Octal 202 36 245 25 122 0 43 434 105 46
Binary 10000010 11110 10100101 10101 1010010 0 100011 100011100 1000101 100110

Color Harmonies of #821EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821EA5

Black with #821EA5

Text Example


Text Example

White with #821EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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