Html Css Color HEX #821EAC Vivid Violet

📋 copy color: '#821EAC'

red 130 ◦ green 30 ◦ blue 172

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

Shades of Vivid Violet #821EAC

Tints of Vivid Violet #821EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 39.16%
G = 9.04%
B = 51.81%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#821EAC (or 0x821EAC) is known color: Vivid Violet. HEX triplet: 82, 1E and AC. RGB value is (130,30,172). Sum of RGB (Red+Green+Blue) = 130+30+172=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #821EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EAC is #7DE153. Grayscale: #4B4B4B. Windows color (decimal): -8249684 or 11280002. OLE color: 11280002.

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

Color convert

RGB 130 30 172 -
CMYK 0.24 0.83 0 0.33
HSL 282.25º 0.7% 0.4% -
HSV(B) 282.25º 0.83% 0.67% -
XYZ 17.12 8.65 39.8 -
YUV 76.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 130 30 172 0.24 0.83 0 0.33 282.25 0.7 0.4
Hex 82 1E AC 18 53 0 21 11A 46 28
Octal 202 36 254 30 123 0 41 432 106 50
Binary 10000010 11110 10101100 11000 1010011 0 100001 100011010 1000110 101000

Color Harmonies of #821EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821EAC

Black with #821EAC

Text Example


Text Example

White with #821EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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