Shades of Blue Violet #8525F7
Tints of Blue Violet #8525F7
RGB
CMYK
RGB Variations
Color information
#8525F7 (or 0x8525F7) is known color: Blue Violet. HEX triplet: 85, 25 and F7. RGB value is (133,37,247). Sum of RGB (Red+Green+Blue) = 133+37+247=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 247 (96.88% from 255 or 59.23% from 417); Max value from RGB is 247 - color contains mainly: blue. Hex color #8525F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525F7 is #7ADA08. Grayscale: #585858. Windows color (decimal): -8051209 or 16196997. OLE color: 16196997.
HSL color Cylindrical-coordinate representation of color #8525F7: hue angle of 267.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8525F7 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 37 | 247 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.03 |
| HSL | 267.43º | 0.93% | 0.56% | - |
| HSV(B) | 267.43º | 0.85% | 0.97% | - |
| XYZ | 27.12 | 13.03 | 89.08 | - |
| YUV | 89.64 | 216.8 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 247 | 0.46 | 0.85 | 0 | 0.03 | 267.43 | 0.93 | 0.56 |
| Hex | 85 | 25 | F7 | 2E | 55 | 0 | 3 | 10B | 5D | 38 |
| Octal | 205 | 45 | 367 | 56 | 125 | 0 | 3 | 413 | 135 | 70 |
| Binary | 10000101 | 100101 | 11110111 | 101110 | 1010101 | 0 | 11 | 100001011 | 1011101 | 111000 |
Color Harmonies of #8525F7
Complementary color
Monochromatic Colors of #8525F7
Black with #8525F7
Text Example
Text Example
White with #8525F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525F7; }
p { color: rgb(133,37,247); }
H1.HeaderClassName
{
color: #8525F7;
}
.AnyTagClassName
{
color: #8525F7;
}
</style>
background-color css
<style>
a { background-color: #8525F7; }
a { background-color: rgb(133,37,247); }
div.DivClassName
{
background-color: #8525F7;
}
.BgClassName
{
background-color: #8525F7;
}
</style>
border-color css
<style>
span { border-color: #8525F7; }
span { border-color: rgb(133,37,247); }
td.TdClassName
{
border-color: #8525F7;
}
.TagClassName
{
border-color: #8525F7;
}
</style>