Shades of Blue Violet #9C16EE
Tints of Blue Violet #9C16EE
RGB
CMYK
RGB Variations
Color information
#9C16EE (or 0x9C16EE) is known color: Blue Violet. HEX triplet: 9C, 16 and EE. RGB value is (156,22,238). Sum of RGB (Red+Green+Blue) = 156+22+238=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C16EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C16EE is #63E911. Grayscale: #555555. Windows color (decimal): -6547730 or 15603356. OLE color: 15603356.
HSL color Cylindrical-coordinate representation of color #9C16EE: hue angle of 277.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C16EE is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 22 | 238 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.07 |
| HSL | 277.22º | 0.86% | 0.51% | - |
| HSV(B) | 277.22º | 0.91% | 0.93% | - |
| XYZ | 29.43 | 13.81 | 82 | - |
| YUV | 86.69 | 213.39 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 238 | 0.34 | 0.91 | 0 | 0.07 | 277.22 | 0.86 | 0.51 |
| Hex | 9C | 16 | EE | 22 | 5B | 0 | 7 | 115 | 56 | 33 |
| Octal | 234 | 26 | 356 | 42 | 133 | 0 | 7 | 425 | 126 | 63 |
| Binary | 10011100 | 10110 | 11101110 | 100010 | 1011011 | 0 | 111 | 100010101 | 1010110 | 110011 |
Color Harmonies of #9C16EE
Complementary color
Monochromatic Colors of #9C16EE
Black with #9C16EE
Text Example
Text Example
White with #9C16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C16EE; }
p { color: rgb(156,22,238); }
H1.HeaderClassName
{
color: #9C16EE;
}
.AnyTagClassName
{
color: #9C16EE;
}
</style>
background-color css
<style>
a { background-color: #9C16EE; }
a { background-color: rgb(156,22,238); }
div.DivClassName
{
background-color: #9C16EE;
}
.BgClassName
{
background-color: #9C16EE;
}
</style>
border-color css
<style>
span { border-color: #9C16EE; }
span { border-color: rgb(156,22,238); }
td.TdClassName
{
border-color: #9C16EE;
}
.TagClassName
{
border-color: #9C16EE;
}
</style>