Shades of Blue Violet #9927E7
Tints of Blue Violet #9927E7
RGB
CMYK
RGB Variations
Color information
#9927E7 (or 0x9927E7) is known color: Blue Violet. HEX triplet: 99, 27 and E7. RGB value is (153,39,231). Sum of RGB (Red+Green+Blue) = 153+39+231=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #9927E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9927E7 is #66D818. Grayscale: #5E5E5E. Windows color (decimal): -6739993 or 15148953. OLE color: 15148953.
HSL color Cylindrical-coordinate representation of color #9927E7: hue angle of 275.62º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9927E7 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 39 | 231 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.09 |
| HSL | 275.63º | 0.8% | 0.53% | - |
| HSV(B) | 275.63º | 0.83% | 0.91% | - |
| XYZ | 28.29 | 13.99 | 76.81 | - |
| YUV | 94.97 | 204.77 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 231 | 0.34 | 0.83 | 0 | 0.09 | 275.63 | 0.8 | 0.53 |
| Hex | 99 | 27 | E7 | 22 | 53 | 0 | 9 | 114 | 50 | 35 |
| Octal | 231 | 47 | 347 | 42 | 123 | 0 | 11 | 424 | 120 | 65 |
| Binary | 10011001 | 100111 | 11100111 | 100010 | 1010011 | 0 | 1001 | 100010100 | 1010000 | 110101 |
Color Harmonies of #9927E7
Complementary color
Monochromatic Colors of #9927E7
Black with #9927E7
Text Example
Text Example
White with #9927E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9927E7; }
p { color: rgb(153,39,231); }
H1.HeaderClassName
{
color: #9927E7;
}
.AnyTagClassName
{
color: #9927E7;
}
</style>
background-color css
<style>
a { background-color: #9927E7; }
a { background-color: rgb(153,39,231); }
div.DivClassName
{
background-color: #9927E7;
}
.BgClassName
{
background-color: #9927E7;
}
</style>
border-color css
<style>
span { border-color: #9927E7; }
span { border-color: rgb(153,39,231); }
td.TdClassName
{
border-color: #9927E7;
}
.TagClassName
{
border-color: #9927E7;
}
</style>