Html Css Color HEX #821EDC Blue Violet

📋 copy color: '#821EDC'

red 130 ◦ green 30 ◦ blue 220

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

Shades of Blue Violet #821EDC

Tints of Blue Violet #821EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 34.21%
G = 7.89%
B = 57.89%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#821EDC (or 0x821EDC) is known color: Blue Violet. HEX triplet: 82, 1E and DC. RGB value is (130,30,220). Sum of RGB (Red+Green+Blue) = 130+30+220=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #821EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821EDC is #7DE123. Grayscale: #505050. Windows color (decimal): -8249636 or 14425730. OLE color: 14425730.

HSL color Cylindrical-coordinate representation of color #821EDC: hue angle of 271.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821EDC is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 30 220 -
CMYK 0.41 0.86 0 0.14
HSL 271.58º 0.76% 0.49% -
HSV(B) 271.58º 0.86% 0.86% -
XYZ 22.59 10.84 68.61 -
YUV 81.56 206.13 162.55 -
System Red Green Blue C M Y K H S L
Decimal 130 30 220 0.41 0.86 0 0.14 271.58 0.76 0.49
Hex 82 1E DC 29 56 0 E 110 4C 31
Octal 202 36 334 51 126 0 16 420 114 61
Binary 10000010 11110 11011100 101001 1010110 0 1110 100010000 1001100 110001

Color Harmonies of #821EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821EDC

Black with #821EDC

Text Example


Text Example

White with #821EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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