Html Css Color HEX #822DDB Blue Violet

📋 copy color: '#822DDB'

red 130 ◦ green 45 ◦ blue 219

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

Shades of Blue Violet #822DDB

Tints of Blue Violet #822DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

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

R = 32.99%
G = 11.42%
B = 55.58%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#822DDB (or 0x822DDB) is known color: Blue Violet. HEX triplet: 82, 2D and DB. RGB value is (130,45,219). Sum of RGB (Red+Green+Blue) = 130+45+219=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #822DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DDB is #7DD224. Grayscale: #595959. Windows color (decimal): -8245797 or 14364034. OLE color: 14364034.

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

Color convert

RGB 130 45 219 -
CMYK 0.41 0.79 0 0.14
HSL 269.31º 0.71% 0.52% -
HSV(B) 269.31º 0.79% 0.86% -
XYZ 22.93 11.74 68.07 -
YUV 90.25 200.66 156.35 -
System Red Green Blue C M Y K H S L
Decimal 130 45 219 0.41 0.79 0 0.14 269.31 0.71 0.52
Hex 82 2D DB 29 4F 0 E 10D 47 34
Octal 202 55 333 51 117 0 16 415 107 64
Binary 10000010 101101 11011011 101001 1001111 0 1110 100001101 1000111 110100

Color Harmonies of #822DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822DDB

Black with #822DDB

Text Example


Text Example

White with #822DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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