Shades of Blue Violet #8245DA
Tints of Blue Violet #8245DA
RGB
CMYK
RGB Variations
Color information
#8245DA (or 0x8245DA) is known color: Blue Violet. HEX triplet: 82, 45 and DA. RGB value is (130,69,218). Sum of RGB (Red+Green+Blue) = 130+69+218=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #8245DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245DA is #7DBA25. Grayscale: #676767. Windows color (decimal): -8239654 or 14304642. OLE color: 14304642.
HSL color Cylindrical-coordinate representation of color #8245DA: hue angle of 264.56º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8245DA is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 69 | 218 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.15 |
| HSL | 264.56º | 0.67% | 0.56% | - |
| HSV(B) | 264.56º | 0.68% | 0.85% | - |
| XYZ | 23.99 | 14.06 | 67.78 | - |
| YUV | 104.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 218 | 0.40 | 0.68 | 0 | 0.15 | 264.56 | 0.67 | 0.56 |
| Hex | 82 | 45 | DA | 28 | 44 | 0 | F | 109 | 43 | 38 |
| Octal | 202 | 105 | 332 | 50 | 104 | 0 | 17 | 411 | 103 | 70 |
| Binary | 10000010 | 1000101 | 11011010 | 101000 | 1000100 | 0 | 1111 | 100001001 | 1000011 | 111000 |
Color Harmonies of #8245DA
Complementary color
Monochromatic Colors of #8245DA
Black with #8245DA
Text Example
Text Example
White with #8245DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8245DA; }
p { color: rgb(130,69,218); }
H1.HeaderClassName
{
color: #8245DA;
}
.AnyTagClassName
{
color: #8245DA;
}
</style>
background-color css
<style>
a { background-color: #8245DA; }
a { background-color: rgb(130,69,218); }
div.DivClassName
{
background-color: #8245DA;
}
.BgClassName
{
background-color: #8245DA;
}
</style>
border-color css
<style>
span { border-color: #8245DA; }
span { border-color: rgb(130,69,218); }
td.TdClassName
{
border-color: #8245DA;
}
.TagClassName
{
border-color: #8245DA;
}
</style>