Shades of Blue Violet #8036FE
Tints of Blue Violet #8036FE
RGB
CMYK
RGB Variations
Color information
#8036FE (or 0x8036FE) is known color: Blue Violet. HEX triplet: 80, 36 and FE. RGB value is (128,54,254). Sum of RGB (Red+Green+Blue) = 128+54+254=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #8036FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8036FE is #7FC901. Grayscale: #626262. Windows color (decimal): -8374530 or 16660096. OLE color: 16660096.
HSL color Cylindrical-coordinate representation of color #8036FE: hue angle of 262.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8036FE is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 54 | 254 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.00 |
| HSL | 262.2º | 0.99% | 0.6% | - |
| HSV(B) | 262.2º | 0.79% | 1% | - |
| XYZ | 28.11 | 14.38 | 95.06 | - |
| YUV | 98.93 | 215.52 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 54 | 254 | 0.50 | 0.79 | 0 | 0.00 | 262.2 | 0.99 | 0.6 |
| Hex | 80 | 36 | FE | 32 | 4F | 0 | 0 | 106 | 63 | 3C |
| Octal | 200 | 66 | 376 | 62 | 117 | 0 | 0 | 406 | 143 | 74 |
| Binary | 10000000 | 110110 | 11111110 | 110010 | 1001111 | 0 | 0 | 100000110 | 1100011 | 111100 |
Color Harmonies of #8036FE
Complementary color
Monochromatic Colors of #8036FE
Black with #8036FE
Text Example
Text Example
White with #8036FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8036FE; }
p { color: rgb(128,54,254); }
H1.HeaderClassName
{
color: #8036FE;
}
.AnyTagClassName
{
color: #8036FE;
}
</style>
background-color css
<style>
a { background-color: #8036FE; }
a { background-color: rgb(128,54,254); }
div.DivClassName
{
background-color: #8036FE;
}
.BgClassName
{
background-color: #8036FE;
}
</style>
border-color css
<style>
span { border-color: #8036FE; }
span { border-color: rgb(128,54,254); }
td.TdClassName
{
border-color: #8036FE;
}
.TagClassName
{
border-color: #8036FE;
}
</style>