Shades of Blue Violet #9616E7
Tints of Blue Violet #9616E7
RGB
CMYK
RGB Variations
Color information
#9616E7 (or 0x9616E7) is known color: Blue Violet. HEX triplet: 96, 16 and E7. RGB value is (150,22,231). Sum of RGB (Red+Green+Blue) = 150+22+231=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #9616E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9616E7 is #69E918. Grayscale: #535353. Windows color (decimal): -6940953 or 15144598. OLE color: 15144598.
HSL color Cylindrical-coordinate representation of color #9616E7: hue angle of 276.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9616E7 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 22 | 231 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.09 |
| HSL | 276.75º | 0.83% | 0.5% | - |
| HSV(B) | 276.75º | 0.9% | 0.91% | - |
| XYZ | 27.29 | 12.83 | 76.64 | - |
| YUV | 84.1 | 210.91 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 231 | 0.35 | 0.90 | 0 | 0.09 | 276.75 | 0.83 | 0.5 |
| Hex | 96 | 16 | E7 | 23 | 5A | 0 | 9 | 115 | 53 | 32 |
| Octal | 226 | 26 | 347 | 43 | 132 | 0 | 11 | 425 | 123 | 62 |
| Binary | 10010110 | 10110 | 11100111 | 100011 | 1011010 | 0 | 1001 | 100010101 | 1010011 | 110010 |
Color Harmonies of #9616E7
Complementary color
Monochromatic Colors of #9616E7
Black with #9616E7
Text Example
Text Example
White with #9616E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9616E7; }
p { color: rgb(150,22,231); }
H1.HeaderClassName
{
color: #9616E7;
}
.AnyTagClassName
{
color: #9616E7;
}
</style>
background-color css
<style>
a { background-color: #9616E7; }
a { background-color: rgb(150,22,231); }
div.DivClassName
{
background-color: #9616E7;
}
.BgClassName
{
background-color: #9616E7;
}
</style>
border-color css
<style>
span { border-color: #9616E7; }
span { border-color: rgb(150,22,231); }
td.TdClassName
{
border-color: #9616E7;
}
.TagClassName
{
border-color: #9616E7;
}
</style>