Html Css Color HEX #821BDC Blue Violet

📋 copy color: '#821BDC'

red 130 ◦ green 27 ◦ blue 220

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

Shades of Blue Violet #821BDC

Tints of Blue Violet #821BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.16%

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

R = 34.48%
G = 7.16%
B = 58.36%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#821BDC (or 0x821BDC) is known color: Blue Violet. HEX triplet: 82, 1B and DC. RGB value is (130,27,220). Sum of RGB (Red+Green+Blue) = 130+27+220=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #821BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BDC is #7DE423. Grayscale: #4F4F4F. Windows color (decimal): -8250404 or 14424962. OLE color: 14424962.

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

Color convert

RGB 130 27 220 -
CMYK 0.41 0.88 0 0.14
HSL 272.02º 0.78% 0.48% -
HSV(B) 272.02º 0.88% 0.86% -
XYZ 22.52 10.7 68.59 -
YUV 79.8 207.12 163.81 -
System Red Green Blue C M Y K H S L
Decimal 130 27 220 0.41 0.88 0 0.14 272.02 0.78 0.48
Hex 82 1B DC 29 58 0 E 110 4E 30
Octal 202 33 334 51 130 0 16 420 116 60
Binary 10000010 11011 11011100 101001 1011000 0 1110 100010000 1001110 110000

Color Harmonies of #821BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BDC

Black with #821BDC

Text Example


Text Example

White with #821BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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