Shades of Blue Violet #8536FF
Tints of Blue Violet #8536FF
RGB
CMYK
RGB Variations
Color information
#8536FF (or 0x8536FF) is known color: Blue Violet. HEX triplet: 85, 36 and FF. RGB value is (133,54,255). Sum of RGB (Red+Green+Blue) = 133+54+255=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #8536FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8536FF is #7AC900. Grayscale: #636363. Windows color (decimal): -8046849 or 16725637. OLE color: 16725637.
HSL color Cylindrical-coordinate representation of color #8536FF: hue angle of 263.58º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8536FF is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 54 | 255 | - |
| CMYK | 0.48 | 0.79 | 0 | 0 |
| HSL | 263.58º | 1% | 0.61% | - |
| HSV(B) | 263.58º | 0.79% | 1% | - |
| XYZ | 29.04 | 14.84 | 95.94 | - |
| YUV | 100.54 | 215.17 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 255 | 0.48 | 0.79 | 0 | 0 | 263.58 | 1 | 0.61 |
| Hex | 85 | 36 | FF | 30 | 4F | 0 | 0 | 108 | 64 | 3D |
| Octal | 205 | 66 | 377 | 60 | 117 | 0 | 0 | 410 | 144 | 75 |
| Binary | 10000101 | 110110 | 11111111 | 110000 | 1001111 | 0 | 0 | 100001000 | 1100100 | 111101 |
Color Harmonies of #8536FF
Complementary color
Monochromatic Colors of #8536FF
Black with #8536FF
Text Example
Text Example
White with #8536FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8536FF; }
p { color: rgb(133,54,255); }
H1.HeaderClassName
{
color: #8536FF;
}
.AnyTagClassName
{
color: #8536FF;
}
</style>
background-color css
<style>
a { background-color: #8536FF; }
a { background-color: rgb(133,54,255); }
div.DivClassName
{
background-color: #8536FF;
}
.BgClassName
{
background-color: #8536FF;
}
</style>
border-color css
<style>
span { border-color: #8536FF; }
span { border-color: rgb(133,54,255); }
td.TdClassName
{
border-color: #8536FF;
}
.TagClassName
{
border-color: #8536FF;
}
</style>