Shades of Blue Violet #9C16EA
Tints of Blue Violet #9C16EA
RGB
CMYK
RGB Variations
Color information
#9C16EA (or 0x9C16EA) is known color: Blue Violet. HEX triplet: 9C, 16 and EA. RGB value is (156,22,234). Sum of RGB (Red+Green+Blue) = 156+22+234=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C16EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C16EA is #63E915. Grayscale: #555555. Windows color (decimal): -6547734 or 15341212. OLE color: 15341212.
HSL color Cylindrical-coordinate representation of color #9C16EA: hue angle of 277.92º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C16EA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 22 | 234 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.08 |
| HSL | 277.92º | 0.83% | 0.5% | - |
| HSV(B) | 277.92º | 0.91% | 0.92% | - |
| XYZ | 28.85 | 13.58 | 78.94 | - |
| YUV | 86.23 | 211.39 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 234 | 0.33 | 0.91 | 0 | 0.08 | 277.92 | 0.83 | 0.5 |
| Hex | 9C | 16 | EA | 21 | 5B | 0 | 8 | 116 | 53 | 32 |
| Octal | 234 | 26 | 352 | 41 | 133 | 0 | 10 | 426 | 123 | 62 |
| Binary | 10011100 | 10110 | 11101010 | 100001 | 1011011 | 0 | 1000 | 100010110 | 1010011 | 110010 |
Color Harmonies of #9C16EA
Complementary color
Monochromatic Colors of #9C16EA
Black with #9C16EA
Text Example
Text Example
White with #9C16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C16EA; }
p { color: rgb(156,22,234); }
H1.HeaderClassName
{
color: #9C16EA;
}
.AnyTagClassName
{
color: #9C16EA;
}
</style>
background-color css
<style>
a { background-color: #9C16EA; }
a { background-color: rgb(156,22,234); }
div.DivClassName
{
background-color: #9C16EA;
}
.BgClassName
{
background-color: #9C16EA;
}
</style>
border-color css
<style>
span { border-color: #9C16EA; }
span { border-color: rgb(156,22,234); }
td.TdClassName
{
border-color: #9C16EA;
}
.TagClassName
{
border-color: #9C16EA;
}
</style>