Shades of Blue Violet #822BDF
Tints of Blue Violet #822BDF
RGB
CMYK
RGB Variations
Color information
#822BDF (or 0x822BDF) is known color: Blue Violet. HEX triplet: 82, 2B and DF. RGB value is (130,43,223). Sum of RGB (Red+Green+Blue) = 130+43+223=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #822BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822BDF is #7DD420. Grayscale: #585858. Windows color (decimal): -8246305 or 14625666. OLE color: 14625666.
HSL color Cylindrical-coordinate representation of color #822BDF: hue angle of 269º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822BDF is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 43 | 223 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.13 |
| HSL | 269º | 0.74% | 0.52% | - |
| HSV(B) | 269º | 0.81% | 0.87% | - |
| XYZ | 23.39 | 11.8 | 70.86 | - |
| YUV | 89.53 | 203.32 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 43 | 223 | 0.42 | 0.81 | 0 | 0.13 | 269 | 0.74 | 0.52 |
| Hex | 82 | 2B | DF | 2A | 51 | 0 | D | 10D | 4A | 34 |
| Octal | 202 | 53 | 337 | 52 | 121 | 0 | 15 | 415 | 112 | 64 |
| Binary | 10000010 | 101011 | 11011111 | 101010 | 1010001 | 0 | 1101 | 100001101 | 1001010 | 110100 |
Color Harmonies of #822BDF
Complementary color
Monochromatic Colors of #822BDF
Black with #822BDF
Text Example
Text Example
White with #822BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822BDF; }
p { color: rgb(130,43,223); }
H1.HeaderClassName
{
color: #822BDF;
}
.AnyTagClassName
{
color: #822BDF;
}
</style>
background-color css
<style>
a { background-color: #822BDF; }
a { background-color: rgb(130,43,223); }
div.DivClassName
{
background-color: #822BDF;
}
.BgClassName
{
background-color: #822BDF;
}
</style>
border-color css
<style>
span { border-color: #822BDF; }
span { border-color: rgb(130,43,223); }
td.TdClassName
{
border-color: #822BDF;
}
.TagClassName
{
border-color: #822BDF;
}
</style>