Shades of Blue Violet #8525F3
Tints of Blue Violet #8525F3
RGB
CMYK
RGB Variations
Color information
#8525F3 (or 0x8525F3) is known color: Blue Violet. HEX triplet: 85, 25 and F3. RGB value is (133,37,243). Sum of RGB (Red+Green+Blue) = 133+37+243=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #8525F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8525F3 is #7ADA0C. Grayscale: #585858. Windows color (decimal): -8051213 or 15934853. OLE color: 15934853.
HSL color Cylindrical-coordinate representation of color #8525F3: hue angle of 267.96º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8525F3 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 37 | 243 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.05 |
| HSL | 267.96º | 0.9% | 0.55% | - |
| HSV(B) | 267.96º | 0.85% | 0.95% | - |
| XYZ | 26.51 | 12.78 | 85.86 | - |
| YUV | 89.19 | 214.8 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 243 | 0.45 | 0.85 | 0 | 0.05 | 267.96 | 0.9 | 0.55 |
| Hex | 85 | 25 | F3 | 2D | 55 | 0 | 5 | 10C | 5A | 37 |
| Octal | 205 | 45 | 363 | 55 | 125 | 0 | 5 | 414 | 132 | 67 |
| Binary | 10000101 | 100101 | 11110011 | 101101 | 1010101 | 0 | 101 | 100001100 | 1011010 | 110111 |
Color Harmonies of #8525F3
Complementary color
Monochromatic Colors of #8525F3
Black with #8525F3
Text Example
Text Example
White with #8525F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8525F3; }
p { color: rgb(133,37,243); }
H1.HeaderClassName
{
color: #8525F3;
}
.AnyTagClassName
{
color: #8525F3;
}
</style>
background-color css
<style>
a { background-color: #8525F3; }
a { background-color: rgb(133,37,243); }
div.DivClassName
{
background-color: #8525F3;
}
.BgClassName
{
background-color: #8525F3;
}
</style>
border-color css
<style>
span { border-color: #8525F3; }
span { border-color: rgb(133,37,243); }
td.TdClassName
{
border-color: #8525F3;
}
.TagClassName
{
border-color: #8525F3;
}
</style>