Html Css Color HEX #821ED2 Blue Violet

📋 copy color: '#821ED2'

red 130 ◦ green 30 ◦ blue 210

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

Shades of Blue Violet #821ED2

Tints of Blue Violet #821ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.76%

R = 35.14%
G = 8.11%
B = 56.76%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#821ED2 (or 0x821ED2) is known color: Blue Violet. HEX triplet: 82, 1E and D2. RGB value is (130,30,210). Sum of RGB (Red+Green+Blue) = 130+30+210=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #821ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ED2 is #7DE12D. Grayscale: #4F4F4F. Windows color (decimal): -8249646 or 13770370. OLE color: 13770370.

HSL color Cylindrical-coordinate representation of color #821ED2: hue angle of 273.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821ED2 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 30 210 -
CMYK 0.38 0.86 0 0.18
HSL 273.33º 0.75% 0.47% -
HSV(B) 273.33º 0.86% 0.82% -
XYZ 21.3 10.33 61.84 -
YUV 80.42 201.13 163.36 -
System Red Green Blue C M Y K H S L
Decimal 130 30 210 0.38 0.86 0 0.18 273.33 0.75 0.47
Hex 82 1E D2 26 56 0 12 111 4B 2F
Octal 202 36 322 46 126 0 22 421 113 57
Binary 10000010 11110 11010010 100110 1010110 0 10010 100010001 1001011 101111

Color Harmonies of #821ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821ED2

Black with #821ED2

Text Example


Text Example

White with #821ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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