Shades of Blue Violet #8036F0
Tints of Blue Violet #8036F0
RGB
CMYK
RGB Variations
Color information
#8036F0 (or 0x8036F0) is known color: Blue Violet. HEX triplet: 80, 36 and F0. RGB value is (128,54,240). Sum of RGB (Red+Green+Blue) = 128+54+240=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #8036F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8036F0 is #7FC90F. Grayscale: #606060. Windows color (decimal): -8374544 or 15742592. OLE color: 15742592.
HSL color Cylindrical-coordinate representation of color #8036F0: hue angle of 263.87º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8036F0 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 54 | 240 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.06 |
| HSL | 263.87º | 0.86% | 0.58% | - |
| HSV(B) | 263.87º | 0.78% | 0.94% | - |
| XYZ | 25.95 | 13.52 | 83.68 | - |
| YUV | 97.33 | 208.52 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 240 | 0.47 | 0.78 | 0 | 0.06 | 263.87 | 0.86 | 0.58 |
| Hex | 80 | 36 | F0 | 2F | 4E | 0 | 6 | 108 | 56 | 3A |
| Octal | 200 | 66 | 360 | 57 | 116 | 0 | 6 | 410 | 126 | 72 |
| Binary | 10000000 | 110110 | 11110000 | 101111 | 1001110 | 0 | 110 | 100001000 | 1010110 | 111010 |
Color Harmonies of #8036F0
Complementary color
Monochromatic Colors of #8036F0
Black with #8036F0
Text Example
Text Example
White with #8036F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036F0; }
p { color: rgb(128,54,240); }
H1.HeaderClassName
{
color: #8036F0;
}
.AnyTagClassName
{
color: #8036F0;
}
</style>
background-color css
<style>
a { background-color: #8036F0; }
a { background-color: rgb(128,54,240); }
div.DivClassName
{
background-color: #8036F0;
}
.BgClassName
{
background-color: #8036F0;
}
</style>
border-color css
<style>
span { border-color: #8036F0; }
span { border-color: rgb(128,54,240); }
td.TdClassName
{
border-color: #8036F0;
}
.TagClassName
{
border-color: #8036F0;
}
</style>