Html Css Color HEX #821DDB Blue Violet

📋 copy color: '#821DDB'

red 130 ◦ green 29 ◦ blue 219

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

Shades of Blue Violet #821DDB

Tints of Blue Violet #821DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.67%

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

R = 34.39%
G = 7.67%
B = 57.94%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#821DDB (or 0x821DDB) is known color: Blue Violet. HEX triplet: 82, 1D and DB. RGB value is (130,29,219). Sum of RGB (Red+Green+Blue) = 130+29+219=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #821DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821DDB is #7DE224. Grayscale: #505050. Windows color (decimal): -8249893 or 14359938. OLE color: 14359938.

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

Color convert

RGB 130 29 219 -
CMYK 0.41 0.87 0 0.14
HSL 271.89º 0.77% 0.49% -
HSV(B) 271.89º 0.87% 0.86% -
XYZ 22.43 10.74 67.91 -
YUV 80.86 205.96 163.05 -
System Red Green Blue C M Y K H S L
Decimal 130 29 219 0.41 0.87 0 0.14 271.89 0.77 0.49
Hex 82 1D DB 29 57 0 E 110 4D 31
Octal 202 35 333 51 127 0 16 420 115 61
Binary 10000010 11101 11011011 101001 1010111 0 1110 100010000 1001101 110001

Color Harmonies of #821DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DDB

Black with #821DDB

Text Example


Text Example

White with #821DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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