Shades of Blue Violet #8035F0
Tints of Blue Violet #8035F0
RGB
CMYK
RGB Variations
Color information
#8035F0 (or 0x8035F0) is known color: Blue Violet. HEX triplet: 80, 35 and F0. RGB value is (128,53,240). Sum of RGB (Red+Green+Blue) = 128+53+240=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #8035F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8035F0 is #7FCA0F. Grayscale: #606060. Windows color (decimal): -8374800 or 15742336. OLE color: 15742336.
HSL color Cylindrical-coordinate representation of color #8035F0: hue angle of 264.06º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8035F0 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 53 | 240 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.06 |
| HSL | 264.06º | 0.86% | 0.57% | - |
| HSV(B) | 264.06º | 0.78% | 0.94% | - |
| XYZ | 25.9 | 13.43 | 83.66 | - |
| YUV | 96.74 | 208.85 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 240 | 0.47 | 0.78 | 0 | 0.06 | 264.06 | 0.86 | 0.57 |
| Hex | 80 | 35 | F0 | 2F | 4E | 0 | 6 | 108 | 56 | 39 |
| Octal | 200 | 65 | 360 | 57 | 116 | 0 | 6 | 410 | 126 | 71 |
| Binary | 10000000 | 110101 | 11110000 | 101111 | 1001110 | 0 | 110 | 100001000 | 1010110 | 111001 |
Color Harmonies of #8035F0
Complementary color
Monochromatic Colors of #8035F0
Black with #8035F0
Text Example
Text Example
White with #8035F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8035F0; }
p { color: rgb(128,53,240); }
H1.HeaderClassName
{
color: #8035F0;
}
.AnyTagClassName
{
color: #8035F0;
}
</style>
background-color css
<style>
a { background-color: #8035F0; }
a { background-color: rgb(128,53,240); }
div.DivClassName
{
background-color: #8035F0;
}
.BgClassName
{
background-color: #8035F0;
}
</style>
border-color css
<style>
span { border-color: #8035F0; }
span { border-color: rgb(128,53,240); }
td.TdClassName
{
border-color: #8035F0;
}
.TagClassName
{
border-color: #8035F0;
}
</style>