Html Css Color HEX #821DAE Vivid Violet

📋 copy color: '#821DAE'

red 130 ◦ green 29 ◦ blue 174

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

Shades of Vivid Violet #821DAE

Tints of Vivid Violet #821DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

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

R = 39.04%
G = 8.71%
B = 52.25%

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

#821DAE (or 0x821DAE) is known color: Vivid Violet. HEX triplet: 82, 1D and AE. RGB value is (130,29,174). Sum of RGB (Red+Green+Blue) = 130+29+174=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #821DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821DAE is #7DE251. Grayscale: #4B4B4B. Windows color (decimal): -8249938 or 11410818. OLE color: 11410818.

HSL color Cylindrical-coordinate representation of color #821DAE: hue angle of 281.79º 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 #821DAE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 29 174 -
CMYK 0.25 0.83 0 0.32
HSL 281.79º 0.71% 0.4% -
HSV(B) 281.79º 0.83% 0.68% -
XYZ 17.29 8.68 40.81 -
YUV 75.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 130 29 174 0.25 0.83 0 0.32 281.79 0.71 0.4
Hex 82 1D AE 19 53 0 20 11A 47 28
Octal 202 35 256 31 123 0 40 432 107 50
Binary 10000010 11101 10101110 11001 1010011 0 100000 100011010 1000111 101000

Color Harmonies of #821DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DAE

Black with #821DAE

Text Example


Text Example

White with #821DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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