Shades of Blue Violet #9726E4
Tints of Blue Violet #9726E4
RGB
CMYK
RGB Variations
Color information
#9726E4 (or 0x9726E4) is known color: Blue Violet. HEX triplet: 97, 26 and E4. RGB value is (151,38,228). Sum of RGB (Red+Green+Blue) = 151+38+228=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 228 (89.45% from 255 or 54.68% from 417); Max value from RGB is 228 - color contains mainly: blue. Hex color #9726E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9726E4 is #68D91B. Grayscale: #5C5C5C. Windows color (decimal): -6871324 or 14952087. OLE color: 14952087.
HSL color Cylindrical-coordinate representation of color #9726E4: hue angle of 275.68º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9726E4 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 38 | 228 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.11 |
| HSL | 275.68º | 0.78% | 0.52% | - |
| HSV(B) | 275.68º | 0.83% | 0.89% | - |
| XYZ | 27.46 | 13.57 | 74.57 | - |
| YUV | 93.45 | 203.94 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 228 | 0.34 | 0.83 | 0 | 0.11 | 275.68 | 0.78 | 0.52 |
| Hex | 97 | 26 | E4 | 22 | 53 | 0 | B | 114 | 4E | 34 |
| Octal | 227 | 46 | 344 | 42 | 123 | 0 | 13 | 424 | 116 | 64 |
| Binary | 10010111 | 100110 | 11100100 | 100010 | 1010011 | 0 | 1011 | 100010100 | 1001110 | 110100 |
Color Harmonies of #9726E4
Complementary color
Monochromatic Colors of #9726E4
Black with #9726E4
Text Example
Text Example
White with #9726E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9726E4; }
p { color: rgb(151,38,228); }
H1.HeaderClassName
{
color: #9726E4;
}
.AnyTagClassName
{
color: #9726E4;
}
</style>
background-color css
<style>
a { background-color: #9726E4; }
a { background-color: rgb(151,38,228); }
div.DivClassName
{
background-color: #9726E4;
}
.BgClassName
{
background-color: #9726E4;
}
</style>
border-color css
<style>
span { border-color: #9726E4; }
span { border-color: rgb(151,38,228); }
td.TdClassName
{
border-color: #9726E4;
}
.TagClassName
{
border-color: #9726E4;
}
</style>