Shades of Blue Violet #9725EA
Tints of Blue Violet #9725EA
RGB
CMYK
RGB Variations
Color information
#9725EA (or 0x9725EA) is known color: Blue Violet. HEX triplet: 97, 25 and EA. RGB value is (151,37,234). Sum of RGB (Red+Green+Blue) = 151+37+234=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #9725EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9725EA is #68DA15. Grayscale: #5C5C5C. Windows color (decimal): -6871574 or 15345047. OLE color: 15345047.
HSL color Cylindrical-coordinate representation of color #9725EA: hue angle of 274.72º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9725EA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 37 | 234 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.08 |
| HSL | 274.72º | 0.82% | 0.53% | - |
| HSV(B) | 274.72º | 0.84% | 0.92% | - |
| XYZ | 28.28 | 13.84 | 79.02 | - |
| YUV | 93.54 | 207.27 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 234 | 0.35 | 0.84 | 0 | 0.08 | 274.72 | 0.82 | 0.53 |
| Hex | 97 | 25 | EA | 23 | 54 | 0 | 8 | 113 | 52 | 35 |
| Octal | 227 | 45 | 352 | 43 | 124 | 0 | 10 | 423 | 122 | 65 |
| Binary | 10010111 | 100101 | 11101010 | 100011 | 1010100 | 0 | 1000 | 100010011 | 1010010 | 110101 |
Color Harmonies of #9725EA
Complementary color
Monochromatic Colors of #9725EA
Black with #9725EA
Text Example
Text Example
White with #9725EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9725EA; }
p { color: rgb(151,37,234); }
H1.HeaderClassName
{
color: #9725EA;
}
.AnyTagClassName
{
color: #9725EA;
}
</style>
background-color css
<style>
a { background-color: #9725EA; }
a { background-color: rgb(151,37,234); }
div.DivClassName
{
background-color: #9725EA;
}
.BgClassName
{
background-color: #9725EA;
}
</style>
border-color css
<style>
span { border-color: #9725EA; }
span { border-color: rgb(151,37,234); }
td.TdClassName
{
border-color: #9725EA;
}
.TagClassName
{
border-color: #9725EA;
}
</style>