Shades of Blue Violet #8525FC
Tints of Blue Violet #8525FC
RGB
CMYK
RGB Variations
Color information
#8525FC (or 0x8525FC) is known color: Blue Violet. HEX triplet: 85, 25 and FC. RGB value is (133,37,252). Sum of RGB (Red+Green+Blue) = 133+37+252=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #8525FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525FC is #7ADA03. Grayscale: #595959. Windows color (decimal): -8051204 or 16524677. OLE color: 16524677.
HSL color Cylindrical-coordinate representation of color #8525FC: hue angle of 266.79º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8525FC is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 37 | 252 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.01 |
| HSL | 266.79º | 0.97% | 0.57% | - |
| HSV(B) | 266.79º | 0.85% | 0.99% | - |
| XYZ | 27.91 | 13.34 | 93.2 | - |
| YUV | 90.21 | 219.3 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 252 | 0.47 | 0.85 | 0 | 0.01 | 266.79 | 0.97 | 0.57 |
| Hex | 85 | 25 | FC | 2F | 55 | 0 | 1 | 10B | 61 | 39 |
| Octal | 205 | 45 | 374 | 57 | 125 | 0 | 1 | 413 | 141 | 71 |
| Binary | 10000101 | 100101 | 11111100 | 101111 | 1010101 | 0 | 1 | 100001011 | 1100001 | 111001 |
Color Harmonies of #8525FC
Complementary color
Monochromatic Colors of #8525FC
Black with #8525FC
Text Example
Text Example
White with #8525FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525FC; }
p { color: rgb(133,37,252); }
H1.HeaderClassName
{
color: #8525FC;
}
.AnyTagClassName
{
color: #8525FC;
}
</style>
background-color css
<style>
a { background-color: #8525FC; }
a { background-color: rgb(133,37,252); }
div.DivClassName
{
background-color: #8525FC;
}
.BgClassName
{
background-color: #8525FC;
}
</style>
border-color css
<style>
span { border-color: #8525FC; }
span { border-color: rgb(133,37,252); }
td.TdClassName
{
border-color: #8525FC;
}
.TagClassName
{
border-color: #8525FC;
}
</style>