Shades of Blue Violet #9C16FF
Tints of Blue Violet #9C16FF
RGB
CMYK
RGB Variations
Color information
#9C16FF (or 0x9C16FF) is known color: Blue Violet. HEX triplet: 9C, 16 and FF. RGB value is (156,22,255). Sum of RGB (Red+Green+Blue) = 156+22+255=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C16FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C16FF is #63E900. Grayscale: #575757. Windows color (decimal): -6547713 or 16717468. OLE color: 16717468.
HSL color Cylindrical-coordinate representation of color #9C16FF: hue angle of 274.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C16FF is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 22 | 255 | - |
| CMYK | 0.39 | 0.91 | 0 | 0 |
| HSL | 274.51º | 1% | 0.54% | - |
| HSV(B) | 274.51º | 0.91% | 1% | - |
| XYZ | 32.05 | 14.86 | 95.79 | - |
| YUV | 88.63 | 221.89 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 255 | 0.39 | 0.91 | 0 | 0 | 274.51 | 1 | 0.54 |
| Hex | 9C | 16 | FF | 27 | 5B | 0 | 0 | 113 | 64 | 36 |
| Octal | 234 | 26 | 377 | 47 | 133 | 0 | 0 | 423 | 144 | 66 |
| Binary | 10011100 | 10110 | 11111111 | 100111 | 1011011 | 0 | 0 | 100010011 | 1100100 | 110110 |
Color Harmonies of #9C16FF
Complementary color
Monochromatic Colors of #9C16FF
Black with #9C16FF
Text Example
Text Example
White with #9C16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C16FF; }
p { color: rgb(156,22,255); }
H1.HeaderClassName
{
color: #9C16FF;
}
.AnyTagClassName
{
color: #9C16FF;
}
</style>
background-color css
<style>
a { background-color: #9C16FF; }
a { background-color: rgb(156,22,255); }
div.DivClassName
{
background-color: #9C16FF;
}
.BgClassName
{
background-color: #9C16FF;
}
</style>
border-color css
<style>
span { border-color: #9C16FF; }
span { border-color: rgb(156,22,255); }
td.TdClassName
{
border-color: #9C16FF;
}
.TagClassName
{
border-color: #9C16FF;
}
</style>