Html Css Color HEX #821BDB Blue Violet

📋 copy color: '#821BDB'

red 130 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #821BDB

Tints of Blue Violet #821BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 34.57%
G = 7.18%
B = 58.24%

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

#821BDB (or 0x821BDB) is known color: Blue Violet. HEX triplet: 82, 1B and DB. RGB value is (130,27,219). Sum of RGB (Red+Green+Blue) = 130+27+219=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #821BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BDB is #7DE424. Grayscale: #4F4F4F. Windows color (decimal): -8250405 or 14359426. OLE color: 14359426.

HSL color Cylindrical-coordinate representation of color #821BDB: hue angle of 272.19º 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 #821BDB is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 27 219 -
CMYK 0.41 0.88 0 0.14
HSL 272.19º 0.78% 0.48% -
HSV(B) 272.19º 0.88% 0.86% -
XYZ 22.38 10.64 67.89 -
YUV 79.69 206.62 163.89 -
System Red Green Blue C M Y K H S L
Decimal 130 27 219 0.41 0.88 0 0.14 272.19 0.78 0.48
Hex 82 1B DB 29 58 0 E 110 4E 30
Octal 202 33 333 51 130 0 16 420 116 60
Binary 10000010 11011 11011011 101001 1011000 0 1110 100010000 1001110 110000

Color Harmonies of #821BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BDB

Black with #821BDB

Text Example


Text Example

White with #821BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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