Shades of Blue Violet #8541FF
Tints of Blue Violet #8541FF
RGB
CMYK
RGB Variations
Color information
#8541FF (or 0x8541FF) is known color: Blue Violet. HEX triplet: 85, 41 and FF. RGB value is (133,65,255). Sum of RGB (Red+Green+Blue) = 133+65+255=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #8541FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8541FF is #7ABE00. Grayscale: #6A6A6A. Windows color (decimal): -8044033 or 16728453. OLE color: 16728453.
HSL color Cylindrical-coordinate representation of color #8541FF: hue angle of 261.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8541FF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 65 | 255 | - |
| CMYK | 0.48 | 0.75 | 0 | 0 |
| HSL | 261.47º | 1% | 0.63% | - |
| HSV(B) | 261.47º | 0.75% | 1% | - |
| XYZ | 29.61 | 15.99 | 96.13 | - |
| YUV | 106.99 | 211.53 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 255 | 0.48 | 0.75 | 0 | 0 | 261.47 | 1 | 0.63 |
| Hex | 85 | 41 | FF | 30 | 4B | 0 | 0 | 105 | 64 | 3F |
| Octal | 205 | 101 | 377 | 60 | 113 | 0 | 0 | 405 | 144 | 77 |
| Binary | 10000101 | 1000001 | 11111111 | 110000 | 1001011 | 0 | 0 | 100000101 | 1100100 | 111111 |
Color Harmonies of #8541FF
Complementary color
Monochromatic Colors of #8541FF
Black with #8541FF
Text Example
Text Example
White with #8541FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541FF; }
p { color: rgb(133,65,255); }
H1.HeaderClassName
{
color: #8541FF;
}
.AnyTagClassName
{
color: #8541FF;
}
</style>
background-color css
<style>
a { background-color: #8541FF; }
a { background-color: rgb(133,65,255); }
div.DivClassName
{
background-color: #8541FF;
}
.BgClassName
{
background-color: #8541FF;
}
</style>
border-color css
<style>
span { border-color: #8541FF; }
span { border-color: rgb(133,65,255); }
td.TdClassName
{
border-color: #8541FF;
}
.TagClassName
{
border-color: #8541FF;
}
</style>