Shades of Blue Violet #8527FB
Tints of Blue Violet #8527FB
RGB
CMYK
RGB Variations
Color information
#8527FB (or 0x8527FB) is known color: Blue Violet. HEX triplet: 85, 27 and FB. RGB value is (133,39,251). Sum of RGB (Red+Green+Blue) = 133+39+251=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #8527FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8527FB is #7AD804. Grayscale: #5A5A5A. Windows color (decimal): -8050693 or 16459653. OLE color: 16459653.
HSL color Cylindrical-coordinate representation of color #8527FB: hue angle of 266.6º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8527FB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 39 | 251 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.02 |
| HSL | 266.6º | 0.96% | 0.57% | - |
| HSV(B) | 266.6º | 0.84% | 0.98% | - |
| XYZ | 27.81 | 13.4 | 92.39 | - |
| YUV | 91.27 | 218.14 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 251 | 0.47 | 0.84 | 0 | 0.02 | 266.6 | 0.96 | 0.57 |
| Hex | 85 | 27 | FB | 2F | 54 | 0 | 2 | 10B | 60 | 39 |
| Octal | 205 | 47 | 373 | 57 | 124 | 0 | 2 | 413 | 140 | 71 |
| Binary | 10000101 | 100111 | 11111011 | 101111 | 1010100 | 0 | 10 | 100001011 | 1100000 | 111001 |
Color Harmonies of #8527FB
Complementary color
Monochromatic Colors of #8527FB
Black with #8527FB
Text Example
Text Example
White with #8527FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527FB; }
p { color: rgb(133,39,251); }
H1.HeaderClassName
{
color: #8527FB;
}
.AnyTagClassName
{
color: #8527FB;
}
</style>
background-color css
<style>
a { background-color: #8527FB; }
a { background-color: rgb(133,39,251); }
div.DivClassName
{
background-color: #8527FB;
}
.BgClassName
{
background-color: #8527FB;
}
</style>
border-color css
<style>
span { border-color: #8527FB; }
span { border-color: rgb(133,39,251); }
td.TdClassName
{
border-color: #8527FB;
}
.TagClassName
{
border-color: #8527FB;
}
</style>