Shades of Blue Violet #8220CF
Tints of Blue Violet #8220CF
RGB
CMYK
RGB Variations
Color information
#8220CF (or 0x8220CF) is known color: Blue Violet. HEX triplet: 82, 20 and CF. RGB value is (130,32,207). Sum of RGB (Red+Green+Blue) = 130+32+207=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #8220CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220CF is #7DDF30. Grayscale: #505050. Windows color (decimal): -8249137 or 13574274. OLE color: 13574274.
HSL color Cylindrical-coordinate representation of color #8220CF: hue angle of 273.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8220CF is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 32 | 207 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.19 |
| HSL | 273.6º | 0.73% | 0.47% | - |
| HSV(B) | 273.6º | 0.85% | 0.81% | - |
| XYZ | 20.98 | 10.28 | 59.91 | - |
| YUV | 81.25 | 198.97 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 207 | 0.37 | 0.85 | 0 | 0.19 | 273.6 | 0.73 | 0.47 |
| Hex | 82 | 20 | CF | 25 | 55 | 0 | 13 | 112 | 49 | 2F |
| Octal | 202 | 40 | 317 | 45 | 125 | 0 | 23 | 422 | 111 | 57 |
| Binary | 10000010 | 100000 | 11001111 | 100101 | 1010101 | 0 | 10011 | 100010010 | 1001001 | 101111 |
Color Harmonies of #8220CF
Complementary color
Monochromatic Colors of #8220CF
Black with #8220CF
Text Example
Text Example
White with #8220CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220CF; }
p { color: rgb(130,32,207); }
H1.HeaderClassName
{
color: #8220CF;
}
.AnyTagClassName
{
color: #8220CF;
}
</style>
background-color css
<style>
a { background-color: #8220CF; }
a { background-color: rgb(130,32,207); }
div.DivClassName
{
background-color: #8220CF;
}
.BgClassName
{
background-color: #8220CF;
}
</style>
border-color css
<style>
span { border-color: #8220CF; }
span { border-color: rgb(130,32,207); }
td.TdClassName
{
border-color: #8220CF;
}
.TagClassName
{
border-color: #8220CF;
}
</style>