Html Css Color HEX #821DA4 Vivid Violet

📋 copy color: '#821DA4'

red 130 ◦ green 29 ◦ blue 164

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

Shades of Vivid Violet #821DA4

Tints of Vivid Violet #821DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 50.77%

R = 40.25%
G = 8.98%
B = 50.77%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#821DA4 (or 0x821DA4) is known color: Vivid Violet. HEX triplet: 82, 1D and A4. RGB value is (130,29,164). Sum of RGB (Red+Green+Blue) = 130+29+164=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #821DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821DA4 is #7DE25B. Grayscale: #4A4A4A. Windows color (decimal): -8249948 or 10755458. OLE color: 10755458.

HSL color Cylindrical-coordinate representation of color #821DA4: hue angle of 284.89º degrees, saturation: 0.7, 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 #821DA4 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 29 164 -
CMYK 0.21 0.82 0 0.36
HSL 284.89º 0.7% 0.38% -
HSV(B) 284.89º 0.82% 0.64% -
XYZ 16.35 8.3 35.86 -
YUV 74.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 130 29 164 0.21 0.82 0 0.36 284.89 0.7 0.38
Hex 82 1D A4 15 52 0 24 11D 46 26
Octal 202 35 244 25 122 0 44 435 106 46
Binary 10000010 11101 10100100 10101 1010010 0 100100 100011101 1000110 100110

Color Harmonies of #821DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DA4

Black with #821DA4

Text Example


Text Example

White with #821DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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