Shades of Blue Violet #8725EC
Tints of Blue Violet #8725EC
RGB
CMYK
RGB Variations
Color information
#8725EC (or 0x8725EC) is known color: Blue Violet. HEX triplet: 87, 25 and EC. RGB value is (135,37,236). Sum of RGB (Red+Green+Blue) = 135+37+236=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #8725EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8725EC is #78DA13. Grayscale: #585858. Windows color (decimal): -7920148 or 15476103. OLE color: 15476103.
HSL color Cylindrical-coordinate representation of color #8725EC: hue angle of 269.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8725EC is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 37 | 236 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.07 |
| HSL | 269.55º | 0.84% | 0.54% | - |
| HSV(B) | 269.55º | 0.84% | 0.93% | - |
| XYZ | 25.79 | 12.53 | 80.42 | - |
| YUV | 88.99 | 210.97 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 236 | 0.43 | 0.84 | 0 | 0.07 | 269.55 | 0.84 | 0.54 |
| Hex | 87 | 25 | EC | 2B | 54 | 0 | 7 | 10E | 54 | 36 |
| Octal | 207 | 45 | 354 | 53 | 124 | 0 | 7 | 416 | 124 | 66 |
| Binary | 10000111 | 100101 | 11101100 | 101011 | 1010100 | 0 | 111 | 100001110 | 1010100 | 110110 |
Color Harmonies of #8725EC
Complementary color
Monochromatic Colors of #8725EC
Black with #8725EC
Text Example
Text Example
White with #8725EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8725EC; }
p { color: rgb(135,37,236); }
H1.HeaderClassName
{
color: #8725EC;
}
.AnyTagClassName
{
color: #8725EC;
}
</style>
background-color css
<style>
a { background-color: #8725EC; }
a { background-color: rgb(135,37,236); }
div.DivClassName
{
background-color: #8725EC;
}
.BgClassName
{
background-color: #8725EC;
}
</style>
border-color css
<style>
span { border-color: #8725EC; }
span { border-color: rgb(135,37,236); }
td.TdClassName
{
border-color: #8725EC;
}
.TagClassName
{
border-color: #8725EC;
}
</style>