Shades of Blue Violet #8045F9
Tints of Blue Violet #8045F9
RGB
CMYK
RGB Variations
Color information
#8045F9 (or 0x8045F9) is known color: Blue Violet. HEX triplet: 80, 45 and F9. RGB value is (128,69,249). Sum of RGB (Red+Green+Blue) = 128+69+249=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #8045F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8045F9 is #7FBA06. Grayscale: #6A6A6A. Windows color (decimal): -8370695 or 16336256. OLE color: 16336256.
HSL color Cylindrical-coordinate representation of color #8045F9: hue angle of 259.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8045F9 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 69 | 249 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.02 |
| HSL | 259.67º | 0.94% | 0.62% | - |
| HSV(B) | 259.67º | 0.72% | 0.98% | - |
| XYZ | 28.13 | 15.68 | 91.17 | - |
| YUV | 107.16 | 208.05 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 249 | 0.49 | 0.72 | 0 | 0.02 | 259.67 | 0.94 | 0.62 |
| Hex | 80 | 45 | F9 | 31 | 48 | 0 | 2 | 104 | 5E | 3E |
| Octal | 200 | 105 | 371 | 61 | 110 | 0 | 2 | 404 | 136 | 76 |
| Binary | 10000000 | 1000101 | 11111001 | 110001 | 1001000 | 0 | 10 | 100000100 | 1011110 | 111110 |
Color Harmonies of #8045F9
Complementary color
Monochromatic Colors of #8045F9
Black with #8045F9
Text Example
Text Example
White with #8045F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045F9; }
p { color: rgb(128,69,249); }
H1.HeaderClassName
{
color: #8045F9;
}
.AnyTagClassName
{
color: #8045F9;
}
</style>
background-color css
<style>
a { background-color: #8045F9; }
a { background-color: rgb(128,69,249); }
div.DivClassName
{
background-color: #8045F9;
}
.BgClassName
{
background-color: #8045F9;
}
</style>
border-color css
<style>
span { border-color: #8045F9; }
span { border-color: rgb(128,69,249); }
td.TdClassName
{
border-color: #8045F9;
}
.TagClassName
{
border-color: #8045F9;
}
</style>