Shades of Blue Violet #8245DB
Tints of Blue Violet #8245DB
RGB
CMYK
RGB Variations
Color information
#8245DB (or 0x8245DB) is known color: Blue Violet. HEX triplet: 82, 45 and DB. RGB value is (130,69,219). Sum of RGB (Red+Green+Blue) = 130+69+219=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #8245DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245DB is #7DBA24. Grayscale: #676767. Windows color (decimal): -8239653 or 14370178. OLE color: 14370178.
HSL color Cylindrical-coordinate representation of color #8245DB: hue angle of 264.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8245DB is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 69 | 219 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.14 |
| HSL | 264.4º | 0.68% | 0.56% | - |
| HSV(B) | 264.4º | 0.68% | 0.86% | - |
| XYZ | 24.12 | 14.12 | 68.47 | - |
| YUV | 104.34 | 192.71 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 219 | 0.41 | 0.68 | 0 | 0.14 | 264.4 | 0.68 | 0.56 |
| Hex | 82 | 45 | DB | 29 | 44 | 0 | E | 108 | 44 | 38 |
| Octal | 202 | 105 | 333 | 51 | 104 | 0 | 16 | 410 | 104 | 70 |
| Binary | 10000010 | 1000101 | 11011011 | 101001 | 1000100 | 0 | 1110 | 100001000 | 1000100 | 111000 |
Color Harmonies of #8245DB
Complementary color
Monochromatic Colors of #8245DB
Black with #8245DB
Text Example
Text Example
White with #8245DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8245DB; }
p { color: rgb(130,69,219); }
H1.HeaderClassName
{
color: #8245DB;
}
.AnyTagClassName
{
color: #8245DB;
}
</style>
background-color css
<style>
a { background-color: #8245DB; }
a { background-color: rgb(130,69,219); }
div.DivClassName
{
background-color: #8245DB;
}
.BgClassName
{
background-color: #8245DB;
}
</style>
border-color css
<style>
span { border-color: #8245DB; }
span { border-color: rgb(130,69,219); }
td.TdClassName
{
border-color: #8245DB;
}
.TagClassName
{
border-color: #8245DB;
}
</style>