Shades of Blue Violet #8535FE
Tints of Blue Violet #8535FE
RGB
CMYK
RGB Variations
Color information
#8535FE (or 0x8535FE) is known color: Blue Violet. HEX triplet: 85, 35 and FE. RGB value is (133,53,254). Sum of RGB (Red+Green+Blue) = 133+53+254=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #8535FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8535FE is #7ACA01. Grayscale: #636363. Windows color (decimal): -8047106 or 16659845. OLE color: 16659845.
HSL color Cylindrical-coordinate representation of color #8535FE: hue angle of 263.88º 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 #8535FE is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 53 | 254 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.00 |
| HSL | 263.88º | 0.99% | 0.6% | - |
| HSV(B) | 263.88º | 0.79% | 1% | - |
| XYZ | 28.84 | 14.69 | 95.08 | - |
| YUV | 99.83 | 215 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 254 | 0.48 | 0.79 | 0 | 0.00 | 263.88 | 0.99 | 0.6 |
| Hex | 85 | 35 | FE | 30 | 4F | 0 | 0 | 108 | 63 | 3C |
| Octal | 205 | 65 | 376 | 60 | 117 | 0 | 0 | 410 | 143 | 74 |
| Binary | 10000101 | 110101 | 11111110 | 110000 | 1001111 | 0 | 0 | 100001000 | 1100011 | 111100 |
Color Harmonies of #8535FE
Complementary color
Monochromatic Colors of #8535FE
Black with #8535FE
Text Example
Text Example
White with #8535FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535FE; }
p { color: rgb(133,53,254); }
H1.HeaderClassName
{
color: #8535FE;
}
.AnyTagClassName
{
color: #8535FE;
}
</style>
background-color css
<style>
a { background-color: #8535FE; }
a { background-color: rgb(133,53,254); }
div.DivClassName
{
background-color: #8535FE;
}
.BgClassName
{
background-color: #8535FE;
}
</style>
border-color css
<style>
span { border-color: #8535FE; }
span { border-color: rgb(133,53,254); }
td.TdClassName
{
border-color: #8535FE;
}
.TagClassName
{
border-color: #8535FE;
}
</style>