Shades of Blue Violet #8548F1
Tints of Blue Violet #8548F1
RGB
CMYK
RGB Variations
Color information
#8548F1 (or 0x8548F1) is known color: Blue Violet. HEX triplet: 85, 48 and F1. RGB value is (133,72,241). Sum of RGB (Red+Green+Blue) = 133+72+241=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #8548F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8548F1 is #7AB70E. Grayscale: #6C6C6C. Windows color (decimal): -8042255 or 15812741. OLE color: 15812741.
HSL color Cylindrical-coordinate representation of color #8548F1: hue angle of 261.66º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8548F1 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 72 | 241 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.05 |
| HSL | 261.66º | 0.86% | 0.61% | - |
| HSV(B) | 261.66º | 0.7% | 0.95% | - |
| XYZ | 27.87 | 15.97 | 84.83 | - |
| YUV | 109.51 | 202.21 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 241 | 0.45 | 0.70 | 0 | 0.05 | 261.66 | 0.86 | 0.61 |
| Hex | 85 | 48 | F1 | 2D | 46 | 0 | 5 | 106 | 56 | 3D |
| Octal | 205 | 110 | 361 | 55 | 106 | 0 | 5 | 406 | 126 | 75 |
| Binary | 10000101 | 1001000 | 11110001 | 101101 | 1000110 | 0 | 101 | 100000110 | 1010110 | 111101 |
Color Harmonies of #8548F1
Complementary color
Monochromatic Colors of #8548F1
Black with #8548F1
Text Example
Text Example
White with #8548F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548F1; }
p { color: rgb(133,72,241); }
H1.HeaderClassName
{
color: #8548F1;
}
.AnyTagClassName
{
color: #8548F1;
}
</style>
background-color css
<style>
a { background-color: #8548F1; }
a { background-color: rgb(133,72,241); }
div.DivClassName
{
background-color: #8548F1;
}
.BgClassName
{
background-color: #8548F1;
}
</style>
border-color css
<style>
span { border-color: #8548F1; }
span { border-color: rgb(133,72,241); }
td.TdClassName
{
border-color: #8548F1;
}
.TagClassName
{
border-color: #8548F1;
}
</style>