Shades of Blue Violet #8245CF
Tints of Blue Violet #8245CF
RGB
CMYK
RGB Variations
Color information
#8245CF (or 0x8245CF) is known color: Blue Violet. HEX triplet: 82, 45 and CF. RGB value is (130,69,207). Sum of RGB (Red+Green+Blue) = 130+69+207=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #8245CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245CF is #7DBA30. Grayscale: #666666. Windows color (decimal): -8239665 or 13583746. OLE color: 13583746.
HSL color Cylindrical-coordinate representation of color #8245CF: hue angle of 266.52º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8245CF is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 69 | 207 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.19 |
| HSL | 266.52º | 0.59% | 0.54% | - |
| HSV(B) | 266.52º | 0.67% | 0.81% | - |
| XYZ | 22.6 | 13.51 | 60.45 | - |
| YUV | 102.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 207 | 0.37 | 0.67 | 0 | 0.19 | 266.52 | 0.59 | 0.54 |
| Hex | 82 | 45 | CF | 25 | 43 | 0 | 13 | 10B | 3B | 36 |
| Octal | 202 | 105 | 317 | 45 | 103 | 0 | 23 | 413 | 73 | 66 |
| Binary | 10000010 | 1000101 | 11001111 | 100101 | 1000011 | 0 | 10011 | 100001011 | 111011 | 110110 |
Color Harmonies of #8245CF
Complementary color
Monochromatic Colors of #8245CF
Black with #8245CF
Text Example
Text Example
White with #8245CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8245CF; }
p { color: rgb(130,69,207); }
H1.HeaderClassName
{
color: #8245CF;
}
.AnyTagClassName
{
color: #8245CF;
}
</style>
background-color css
<style>
a { background-color: #8245CF; }
a { background-color: rgb(130,69,207); }
div.DivClassName
{
background-color: #8245CF;
}
.BgClassName
{
background-color: #8245CF;
}
</style>
border-color css
<style>
span { border-color: #8245CF; }
span { border-color: rgb(130,69,207); }
td.TdClassName
{
border-color: #8245CF;
}
.TagClassName
{
border-color: #8245CF;
}
</style>