Shades of Blue Violet #8527FA
Tints of Blue Violet #8527FA
RGB
CMYK
RGB Variations
Color information
#8527FA (or 0x8527FA) is known color: Blue Violet. HEX triplet: 85, 27 and FA. RGB value is (133,39,250). Sum of RGB (Red+Green+Blue) = 133+39+250=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #8527FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8527FA is #7AD805. Grayscale: #5A5A5A. Windows color (decimal): -8050694 or 16394117. OLE color: 16394117.
HSL color Cylindrical-coordinate representation of color #8527FA: hue angle of 266.73º degrees, saturation: 0.95, 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 #8527FA is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 39 | 250 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.02 |
| HSL | 266.73º | 0.95% | 0.57% | - |
| HSV(B) | 266.73º | 0.84% | 0.98% | - |
| XYZ | 27.65 | 13.34 | 91.56 | - |
| YUV | 91.16 | 217.64 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 250 | 0.47 | 0.84 | 0 | 0.02 | 266.73 | 0.95 | 0.57 |
| Hex | 85 | 27 | FA | 2F | 54 | 0 | 2 | 10B | 5F | 39 |
| Octal | 205 | 47 | 372 | 57 | 124 | 0 | 2 | 413 | 137 | 71 |
| Binary | 10000101 | 100111 | 11111010 | 101111 | 1010100 | 0 | 10 | 100001011 | 1011111 | 111001 |
Color Harmonies of #8527FA
Complementary color
Monochromatic Colors of #8527FA
Black with #8527FA
Text Example
Text Example
White with #8527FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527FA; }
p { color: rgb(133,39,250); }
H1.HeaderClassName
{
color: #8527FA;
}
.AnyTagClassName
{
color: #8527FA;
}
</style>
background-color css
<style>
a { background-color: #8527FA; }
a { background-color: rgb(133,39,250); }
div.DivClassName
{
background-color: #8527FA;
}
.BgClassName
{
background-color: #8527FA;
}
</style>
border-color css
<style>
span { border-color: #8527FA; }
span { border-color: rgb(133,39,250); }
td.TdClassName
{
border-color: #8527FA;
}
.TagClassName
{
border-color: #8527FA;
}
</style>