Shades of Blue Violet #8527FE
Tints of Blue Violet #8527FE
RGB
CMYK
RGB Variations
Color information
#8527FE (or 0x8527FE) is known color: Blue Violet. HEX triplet: 85, 27 and FE. RGB value is (133,39,254). Sum of RGB (Red+Green+Blue) = 133+39+254=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #8527FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8527FE is #7AD801. Grayscale: #5A5A5A. Windows color (decimal): -8050690 or 16656261. OLE color: 16656261.
HSL color Cylindrical-coordinate representation of color #8527FE: hue angle of 266.23º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8527FE is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 39 | 254 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.00 |
| HSL | 266.23º | 0.99% | 0.57% | - |
| HSV(B) | 266.23º | 0.85% | 1% | - |
| XYZ | 28.29 | 13.59 | 94.9 | - |
| YUV | 91.62 | 219.64 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 254 | 0.48 | 0.85 | 0 | 0.00 | 266.23 | 0.99 | 0.57 |
| Hex | 85 | 27 | FE | 30 | 55 | 0 | 0 | 10A | 63 | 39 |
| Octal | 205 | 47 | 376 | 60 | 125 | 0 | 0 | 412 | 143 | 71 |
| Binary | 10000101 | 100111 | 11111110 | 110000 | 1010101 | 0 | 0 | 100001010 | 1100011 | 111001 |
Color Harmonies of #8527FE
Complementary color
Monochromatic Colors of #8527FE
Black with #8527FE
Text Example
Text Example
White with #8527FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8527FE; }
p { color: rgb(133,39,254); }
H1.HeaderClassName
{
color: #8527FE;
}
.AnyTagClassName
{
color: #8527FE;
}
</style>
background-color css
<style>
a { background-color: #8527FE; }
a { background-color: rgb(133,39,254); }
div.DivClassName
{
background-color: #8527FE;
}
.BgClassName
{
background-color: #8527FE;
}
</style>
border-color css
<style>
span { border-color: #8527FE; }
span { border-color: rgb(133,39,254); }
td.TdClassName
{
border-color: #8527FE;
}
.TagClassName
{
border-color: #8527FE;
}
</style>