Html Css Color HEX #822BDB Blue Violet

📋 copy color: '#822BDB'

red 130 ◦ green 43 ◦ blue 219

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

Shades of Blue Violet #822BDB

Tints of Blue Violet #822BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.97%

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

R = 33.16%
G = 10.97%
B = 55.87%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#822BDB (or 0x822BDB) is known color: Blue Violet. HEX triplet: 82, 2B and DB. RGB value is (130,43,219). Sum of RGB (Red+Green+Blue) = 130+43+219=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #822BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822BDB is #7DD424. Grayscale: #585858. Windows color (decimal): -8246309 or 14363522. OLE color: 14363522.

HSL color Cylindrical-coordinate representation of color #822BDB: hue angle of 269.66º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #822BDB is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 43 219 -
CMYK 0.41 0.80 0 0.14
HSL 269.66º 0.71% 0.51% -
HSV(B) 269.66º 0.8% 0.86% -
XYZ 22.86 11.59 68.05 -
YUV 89.08 201.32 157.19 -
System Red Green Blue C M Y K H S L
Decimal 130 43 219 0.41 0.80 0 0.14 269.66 0.71 0.51
Hex 82 2B DB 29 50 0 E 10E 47 33
Octal 202 53 333 51 120 0 16 416 107 63
Binary 10000010 101011 11011011 101001 1010000 0 1110 100001110 1000111 110011

Color Harmonies of #822BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822BDB

Black with #822BDB

Text Example


Text Example

White with #822BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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