Shades of Blue Violet #8336FE
Tints of Blue Violet #8336FE
RGB
CMYK
RGB Variations
Color information
#8336FE (or 0x8336FE) is known color: Blue Violet. HEX triplet: 83, 36 and FE. RGB value is (131,54,254). Sum of RGB (Red+Green+Blue) = 131+54+254=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #8336FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8336FE is #7CC901. Grayscale: #636363. Windows color (decimal): -8177922 or 16660099. OLE color: 16660099.
HSL color Cylindrical-coordinate representation of color #8336FE: hue angle of 263.1º 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 #8336FE is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 54 | 254 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.00 |
| HSL | 263.1º | 0.99% | 0.6% | - |
| HSV(B) | 263.1º | 0.79% | 1% | - |
| XYZ | 28.57 | 14.62 | 95.08 | - |
| YUV | 99.82 | 215.01 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 254 | 0.48 | 0.79 | 0 | 0.00 | 263.1 | 0.99 | 0.6 |
| Hex | 83 | 36 | FE | 30 | 4F | 0 | 0 | 107 | 63 | 3C |
| Octal | 203 | 66 | 376 | 60 | 117 | 0 | 0 | 407 | 143 | 74 |
| Binary | 10000011 | 110110 | 11111110 | 110000 | 1001111 | 0 | 0 | 100000111 | 1100011 | 111100 |
Color Harmonies of #8336FE
Complementary color
Monochromatic Colors of #8336FE
Black with #8336FE
Text Example
Text Example
White with #8336FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8336FE; }
p { color: rgb(131,54,254); }
H1.HeaderClassName
{
color: #8336FE;
}
.AnyTagClassName
{
color: #8336FE;
}
</style>
background-color css
<style>
a { background-color: #8336FE; }
a { background-color: rgb(131,54,254); }
div.DivClassName
{
background-color: #8336FE;
}
.BgClassName
{
background-color: #8336FE;
}
</style>
border-color css
<style>
span { border-color: #8336FE; }
span { border-color: rgb(131,54,254); }
td.TdClassName
{
border-color: #8336FE;
}
.TagClassName
{
border-color: #8336FE;
}
</style>