Shades of Blue Violet #8541FB
Tints of Blue Violet #8541FB
RGB
CMYK
RGB Variations
Color information
#8541FB (or 0x8541FB) is known color: Blue Violet. HEX triplet: 85, 41 and FB. RGB value is (133,65,251). Sum of RGB (Red+Green+Blue) = 133+65+251=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #8541FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8541FB is #7ABE04. Grayscale: #696969. Windows color (decimal): -8044037 or 16466309. OLE color: 16466309.
HSL color Cylindrical-coordinate representation of color #8541FB: hue angle of 261.94º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8541FB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 65 | 251 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.02 |
| HSL | 261.94º | 0.96% | 0.62% | - |
| HSV(B) | 261.94º | 0.74% | 0.98% | - |
| XYZ | 28.98 | 15.73 | 92.78 | - |
| YUV | 106.54 | 209.53 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 251 | 0.47 | 0.74 | 0 | 0.02 | 261.94 | 0.96 | 0.62 |
| Hex | 85 | 41 | FB | 2F | 4A | 0 | 2 | 106 | 60 | 3E |
| Octal | 205 | 101 | 373 | 57 | 112 | 0 | 2 | 406 | 140 | 76 |
| Binary | 10000101 | 1000001 | 11111011 | 101111 | 1001010 | 0 | 10 | 100000110 | 1100000 | 111110 |
Color Harmonies of #8541FB
Complementary color
Monochromatic Colors of #8541FB
Black with #8541FB
Text Example
Text Example
White with #8541FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541FB; }
p { color: rgb(133,65,251); }
H1.HeaderClassName
{
color: #8541FB;
}
.AnyTagClassName
{
color: #8541FB;
}
</style>
background-color css
<style>
a { background-color: #8541FB; }
a { background-color: rgb(133,65,251); }
div.DivClassName
{
background-color: #8541FB;
}
.BgClassName
{
background-color: #8541FB;
}
</style>
border-color css
<style>
span { border-color: #8541FB; }
span { border-color: rgb(133,65,251); }
td.TdClassName
{
border-color: #8541FB;
}
.TagClassName
{
border-color: #8541FB;
}
</style>