Html Css Color HEX #821FDB Blue Violet

📋 copy color: '#821FDB'

red 130 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #821FDB

Tints of Blue Violet #821FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.16%

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

R = 34.21%
G = 8.16%
B = 57.63%

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

#821FDB (or 0x821FDB) is known color: Blue Violet. HEX triplet: 82, 1F and DB. RGB value is (130,31,219). Sum of RGB (Red+Green+Blue) = 130+31+219=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #821FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821FDB is #7DE024. Grayscale: #515151. Windows color (decimal): -8249381 or 14360450. OLE color: 14360450.

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

Color convert

RGB 130 31 219 -
CMYK 0.41 0.86 0 0.14
HSL 271.6º 0.75% 0.49% -
HSV(B) 271.6º 0.86% 0.86% -
XYZ 22.48 10.84 67.93 -
YUV 82.03 205.3 162.21 -
System Red Green Blue C M Y K H S L
Decimal 130 31 219 0.41 0.86 0 0.14 271.6 0.75 0.49
Hex 82 1F DB 29 56 0 E 110 4B 31
Octal 202 37 333 51 126 0 16 420 113 61
Binary 10000010 11111 11011011 101001 1010110 0 1110 100010000 1001011 110001

Color Harmonies of #821FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821FDB

Black with #821FDB

Text Example


Text Example

White with #821FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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