Shades of Blue Violet #9C11FA
Tints of Blue Violet #9C11FA
RGB
CMYK
RGB Variations
Color information
#9C11FA (or 0x9C11FA) is known color: Blue Violet. HEX triplet: 9C, 11 and FA. RGB value is (156,17,250). Sum of RGB (Red+Green+Blue) = 156+17+250=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C11FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C11FA is #63EE05. Grayscale: #545454. Windows color (decimal): -6548998 or 16388508. OLE color: 16388508.
HSL color Cylindrical-coordinate representation of color #9C11FA: hue angle of 275.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C11FA is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 17 | 250 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.02 |
| HSL | 275.79º | 0.96% | 0.52% | - |
| HSV(B) | 275.79º | 0.93% | 0.98% | - |
| XYZ | 31.17 | 14.37 | 91.57 | - |
| YUV | 85.12 | 221.05 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 250 | 0.38 | 0.93 | 0 | 0.02 | 275.79 | 0.96 | 0.52 |
| Hex | 9C | 11 | FA | 26 | 5D | 0 | 2 | 114 | 60 | 34 |
| Octal | 234 | 21 | 372 | 46 | 135 | 0 | 2 | 424 | 140 | 64 |
| Binary | 10011100 | 10001 | 11111010 | 100110 | 1011101 | 0 | 10 | 100010100 | 1100000 | 110100 |
Color Harmonies of #9C11FA
Complementary color
Monochromatic Colors of #9C11FA
Black with #9C11FA
Text Example
Text Example
White with #9C11FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C11FA; }
p { color: rgb(156,17,250); }
H1.HeaderClassName
{
color: #9C11FA;
}
.AnyTagClassName
{
color: #9C11FA;
}
</style>
background-color css
<style>
a { background-color: #9C11FA; }
a { background-color: rgb(156,17,250); }
div.DivClassName
{
background-color: #9C11FA;
}
.BgClassName
{
background-color: #9C11FA;
}
</style>
border-color css
<style>
span { border-color: #9C11FA; }
span { border-color: rgb(156,17,250); }
td.TdClassName
{
border-color: #9C11FA;
}
.TagClassName
{
border-color: #9C11FA;
}
</style>