Shades of Blue Violet #8525FE
Tints of Blue Violet #8525FE
RGB
CMYK
RGB Variations
Color information
#8525FE (or 0x8525FE) is known color: Blue Violet. HEX triplet: 85, 25 and FE. RGB value is (133,37,254). Sum of RGB (Red+Green+Blue) = 133+37+254=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #8525FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525FE is #7ADA01. Grayscale: #595959. Windows color (decimal): -8051202 or 16655749. OLE color: 16655749.
HSL color Cylindrical-coordinate representation of color #8525FE: hue angle of 266.54º 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 #8525FE is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 37 | 254 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.00 |
| HSL | 266.54º | 0.99% | 0.57% | - |
| HSV(B) | 266.54º | 0.85% | 1% | - |
| XYZ | 28.22 | 13.47 | 94.88 | - |
| YUV | 90.44 | 220.3 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 254 | 0.48 | 0.85 | 0 | 0.00 | 266.54 | 0.99 | 0.57 |
| Hex | 85 | 25 | FE | 30 | 55 | 0 | 0 | 10B | 63 | 39 |
| Octal | 205 | 45 | 376 | 60 | 125 | 0 | 0 | 413 | 143 | 71 |
| Binary | 10000101 | 100101 | 11111110 | 110000 | 1010101 | 0 | 0 | 100001011 | 1100011 | 111001 |
Color Harmonies of #8525FE
Complementary color
Monochromatic Colors of #8525FE
Black with #8525FE
Text Example
Text Example
White with #8525FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525FE; }
p { color: rgb(133,37,254); }
H1.HeaderClassName
{
color: #8525FE;
}
.AnyTagClassName
{
color: #8525FE;
}
</style>
background-color css
<style>
a { background-color: #8525FE; }
a { background-color: rgb(133,37,254); }
div.DivClassName
{
background-color: #8525FE;
}
.BgClassName
{
background-color: #8525FE;
}
</style>
border-color css
<style>
span { border-color: #8525FE; }
span { border-color: rgb(133,37,254); }
td.TdClassName
{
border-color: #8525FE;
}
.TagClassName
{
border-color: #8525FE;
}
</style>