Shades of Blue Violet #9725EE
Tints of Blue Violet #9725EE
RGB
CMYK
RGB Variations
Color information
#9725EE (or 0x9725EE) is known color: Blue Violet. HEX triplet: 97, 25 and EE. RGB value is (151,37,238). Sum of RGB (Red+Green+Blue) = 151+37+238=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #9725EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9725EE is #68DA11. Grayscale: #5D5D5D. Windows color (decimal): -6871570 or 15607191. OLE color: 15607191.
HSL color Cylindrical-coordinate representation of color #9725EE: hue angle of 274.03º degrees, saturation: 0.86, 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 #9725EE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 37 | 238 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.07 |
| HSL | 274.03º | 0.86% | 0.54% | - |
| HSV(B) | 274.03º | 0.84% | 0.93% | - |
| XYZ | 28.86 | 14.08 | 82.08 | - |
| YUV | 94 | 209.27 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 238 | 0.37 | 0.84 | 0 | 0.07 | 274.03 | 0.86 | 0.54 |
| Hex | 97 | 25 | EE | 25 | 54 | 0 | 7 | 112 | 56 | 36 |
| Octal | 227 | 45 | 356 | 45 | 124 | 0 | 7 | 422 | 126 | 66 |
| Binary | 10010111 | 100101 | 11101110 | 100101 | 1010100 | 0 | 111 | 100010010 | 1010110 | 110110 |
Color Harmonies of #9725EE
Complementary color
Monochromatic Colors of #9725EE
Black with #9725EE
Text Example
Text Example
White with #9725EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9725EE; }
p { color: rgb(151,37,238); }
H1.HeaderClassName
{
color: #9725EE;
}
.AnyTagClassName
{
color: #9725EE;
}
</style>
background-color css
<style>
a { background-color: #9725EE; }
a { background-color: rgb(151,37,238); }
div.DivClassName
{
background-color: #9725EE;
}
.BgClassName
{
background-color: #9725EE;
}
</style>
border-color css
<style>
span { border-color: #9725EE; }
span { border-color: rgb(151,37,238); }
td.TdClassName
{
border-color: #9725EE;
}
.TagClassName
{
border-color: #9725EE;
}
</style>