Html Css Color HEX #821EAE Vivid Violet

📋 copy color: '#821EAE'

red 130 ◦ green 30 ◦ blue 174

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

Shades of Vivid Violet #821EAE

Tints of Vivid Violet #821EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 38.92%
G = 8.98%
B = 52.1%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#821EAE (or 0x821EAE) is known color: Vivid Violet. HEX triplet: 82, 1E and AE. RGB value is (130,30,174). Sum of RGB (Red+Green+Blue) = 130+30+174=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #821EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821EAE is #7DE151. Grayscale: #4B4B4B. Windows color (decimal): -8249682 or 11411074. OLE color: 11411074.

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

Color convert

RGB 130 30 174 -
CMYK 0.25 0.83 0 0.32
HSL 281.67º 0.71% 0.4% -
HSV(B) 281.67º 0.83% 0.68% -
XYZ 17.31 8.73 40.82 -
YUV 76.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 130 30 174 0.25 0.83 0 0.32 281.67 0.71 0.4
Hex 82 1E AE 19 53 0 20 11A 47 28
Octal 202 36 256 31 123 0 40 432 107 50
Binary 10000010 11110 10101110 11001 1010011 0 100000 100011010 1000111 101000

Color Harmonies of #821EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821EAE

Black with #821EAE

Text Example


Text Example

White with #821EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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