Shades of Blue Violet #8045FA
Tints of Blue Violet #8045FA
RGB
CMYK
RGB Variations
Color information
#8045FA (or 0x8045FA) is known color: Blue Violet. HEX triplet: 80, 45 and FA. RGB value is (128,69,250). Sum of RGB (Red+Green+Blue) = 128+69+250=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #8045FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8045FA is #7FBA05. Grayscale: #6A6A6A. Windows color (decimal): -8370694 or 16401792. OLE color: 16401792.
HSL color Cylindrical-coordinate representation of color #8045FA: hue angle of 259.56º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8045FA is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 69 | 250 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.02 |
| HSL | 259.56º | 0.95% | 0.63% | - |
| HSV(B) | 259.56º | 0.72% | 0.98% | - |
| XYZ | 28.29 | 15.75 | 91.99 | - |
| YUV | 107.28 | 208.55 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 250 | 0.49 | 0.72 | 0 | 0.02 | 259.56 | 0.95 | 0.63 |
| Hex | 80 | 45 | FA | 31 | 48 | 0 | 2 | 104 | 5F | 3F |
| Octal | 200 | 105 | 372 | 61 | 110 | 0 | 2 | 404 | 137 | 77 |
| Binary | 10000000 | 1000101 | 11111010 | 110001 | 1001000 | 0 | 10 | 100000100 | 1011111 | 111111 |
Color Harmonies of #8045FA
Complementary color
Monochromatic Colors of #8045FA
Black with #8045FA
Text Example
Text Example
White with #8045FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045FA; }
p { color: rgb(128,69,250); }
H1.HeaderClassName
{
color: #8045FA;
}
.AnyTagClassName
{
color: #8045FA;
}
</style>
background-color css
<style>
a { background-color: #8045FA; }
a { background-color: rgb(128,69,250); }
div.DivClassName
{
background-color: #8045FA;
}
.BgClassName
{
background-color: #8045FA;
}
</style>
border-color css
<style>
span { border-color: #8045FA; }
span { border-color: rgb(128,69,250); }
td.TdClassName
{
border-color: #8045FA;
}
.TagClassName
{
border-color: #8045FA;
}
</style>