Shades of Blue Violet #9725EC
Tints of Blue Violet #9725EC
RGB
CMYK
RGB Variations
Color information
#9725EC (or 0x9725EC) is known color: Blue Violet. HEX triplet: 97, 25 and EC. RGB value is (151,37,236). Sum of RGB (Red+Green+Blue) = 151+37+236=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #9725EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9725EC is #68DA13. Grayscale: #5D5D5D. Windows color (decimal): -6871572 or 15476119. OLE color: 15476119.
HSL color Cylindrical-coordinate representation of color #9725EC: hue angle of 274.37º 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 #9725EC is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 37 | 236 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.07 |
| HSL | 274.37º | 0.84% | 0.54% | - |
| HSV(B) | 274.37º | 0.84% | 0.93% | - |
| XYZ | 28.56 | 13.96 | 80.55 | - |
| YUV | 93.77 | 208.27 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 236 | 0.36 | 0.84 | 0 | 0.07 | 274.37 | 0.84 | 0.54 |
| Hex | 97 | 25 | EC | 24 | 54 | 0 | 7 | 112 | 54 | 36 |
| Octal | 227 | 45 | 354 | 44 | 124 | 0 | 7 | 422 | 124 | 66 |
| Binary | 10010111 | 100101 | 11101100 | 100100 | 1010100 | 0 | 111 | 100010010 | 1010100 | 110110 |
Color Harmonies of #9725EC
Complementary color
Monochromatic Colors of #9725EC
Black with #9725EC
Text Example
Text Example
White with #9725EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9725EC; }
p { color: rgb(151,37,236); }
H1.HeaderClassName
{
color: #9725EC;
}
.AnyTagClassName
{
color: #9725EC;
}
</style>
background-color css
<style>
a { background-color: #9725EC; }
a { background-color: rgb(151,37,236); }
div.DivClassName
{
background-color: #9725EC;
}
.BgClassName
{
background-color: #9725EC;
}
</style>
border-color css
<style>
span { border-color: #9725EC; }
span { border-color: rgb(151,37,236); }
td.TdClassName
{
border-color: #9725EC;
}
.TagClassName
{
border-color: #9725EC;
}
</style>