Shades of Blue Violet #8524FF
Tints of Blue Violet #8524FF
RGB
CMYK
RGB Variations
Color information
#8524FF (or 0x8524FF) is known color: Blue Violet. HEX triplet: 85, 24 and FF. RGB value is (133,36,255). Sum of RGB (Red+Green+Blue) = 133+36+255=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #8524FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8524FF is #7ADB00. Grayscale: #595959. Windows color (decimal): -8051457 or 16721029. OLE color: 16721029.
HSL color Cylindrical-coordinate representation of color #8524FF: hue angle of 266.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8524FF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 36 | 255 | - |
| CMYK | 0.48 | 0.86 | 0 | 0 |
| HSL | 266.58º | 1% | 0.57% | - |
| HSV(B) | 266.58º | 0.86% | 1% | - |
| XYZ | 28.35 | 13.47 | 95.71 | - |
| YUV | 89.97 | 221.14 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 255 | 0.48 | 0.86 | 0 | 0 | 266.58 | 1 | 0.57 |
| Hex | 85 | 24 | FF | 30 | 56 | 0 | 0 | 10B | 64 | 39 |
| Octal | 205 | 44 | 377 | 60 | 126 | 0 | 0 | 413 | 144 | 71 |
| Binary | 10000101 | 100100 | 11111111 | 110000 | 1010110 | 0 | 0 | 100001011 | 1100100 | 111001 |
Color Harmonies of #8524FF
Complementary color
Monochromatic Colors of #8524FF
Black with #8524FF
Text Example
Text Example
White with #8524FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8524FF; }
p { color: rgb(133,36,255); }
H1.HeaderClassName
{
color: #8524FF;
}
.AnyTagClassName
{
color: #8524FF;
}
</style>
background-color css
<style>
a { background-color: #8524FF; }
a { background-color: rgb(133,36,255); }
div.DivClassName
{
background-color: #8524FF;
}
.BgClassName
{
background-color: #8524FF;
}
</style>
border-color css
<style>
span { border-color: #8524FF; }
span { border-color: rgb(133,36,255); }
td.TdClassName
{
border-color: #8524FF;
}
.TagClassName
{
border-color: #8524FF;
}
</style>