Shades of Blue Violet #822CCF
Tints of Blue Violet #822CCF
RGB
CMYK
RGB Variations
Color information
#822CCF (or 0x822CCF) is known color: Blue Violet. HEX triplet: 82, 2C and CF. RGB value is (130,44,207). Sum of RGB (Red+Green+Blue) = 130+44+207=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #822CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CCF is #7DD330. Grayscale: #575757. Windows color (decimal): -8246065 or 13577346. OLE color: 13577346.
HSL color Cylindrical-coordinate representation of color #822CCF: hue angle of 271.66º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #822CCF is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 44 | 207 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.19 |
| HSL | 271.66º | 0.65% | 0.49% | - |
| HSV(B) | 271.66º | 0.79% | 0.81% | - |
| XYZ | 21.37 | 11.05 | 60.04 | - |
| YUV | 88.3 | 194.99 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 44 | 207 | 0.37 | 0.79 | 0 | 0.19 | 271.66 | 0.65 | 0.49 |
| Hex | 82 | 2C | CF | 25 | 4F | 0 | 13 | 110 | 41 | 31 |
| Octal | 202 | 54 | 317 | 45 | 117 | 0 | 23 | 420 | 101 | 61 |
| Binary | 10000010 | 101100 | 11001111 | 100101 | 1001111 | 0 | 10011 | 100010000 | 1000001 | 110001 |
Color Harmonies of #822CCF
Complementary color
Monochromatic Colors of #822CCF
Black with #822CCF
Text Example
Text Example
White with #822CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822CCF; }
p { color: rgb(130,44,207); }
H1.HeaderClassName
{
color: #822CCF;
}
.AnyTagClassName
{
color: #822CCF;
}
</style>
background-color css
<style>
a { background-color: #822CCF; }
a { background-color: rgb(130,44,207); }
div.DivClassName
{
background-color: #822CCF;
}
.BgClassName
{
background-color: #822CCF;
}
</style>
border-color css
<style>
span { border-color: #822CCF; }
span { border-color: rgb(130,44,207); }
td.TdClassName
{
border-color: #822CCF;
}
.TagClassName
{
border-color: #822CCF;
}
</style>