Shades of Blue Violet #9C17FE
Tints of Blue Violet #9C17FE
RGB
CMYK
RGB Variations
Color information
#9C17FE (or 0x9C17FE) is known color: Blue Violet. HEX triplet: 9C, 17 and FE. RGB value is (156,23,254). Sum of RGB (Red+Green+Blue) = 156+23+254=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C17FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C17FE is #63E801. Grayscale: #585858. Windows color (decimal): -6547458 or 16652188. OLE color: 16652188.
HSL color Cylindrical-coordinate representation of color #9C17FE: hue angle of 274.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C17FE is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 23 | 254 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.00 |
| HSL | 274.55º | 0.99% | 0.54% | - |
| HSV(B) | 274.55º | 0.91% | 1% | - |
| XYZ | 31.91 | 14.84 | 94.95 | - |
| YUV | 89.1 | 221.06 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 254 | 0.39 | 0.91 | 0 | 0.00 | 274.55 | 0.99 | 0.54 |
| Hex | 9C | 17 | FE | 27 | 5B | 0 | 0 | 113 | 63 | 36 |
| Octal | 234 | 27 | 376 | 47 | 133 | 0 | 0 | 423 | 143 | 66 |
| Binary | 10011100 | 10111 | 11111110 | 100111 | 1011011 | 0 | 0 | 100010011 | 1100011 | 110110 |
Color Harmonies of #9C17FE
Complementary color
Monochromatic Colors of #9C17FE
Black with #9C17FE
Text Example
Text Example
White with #9C17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C17FE; }
p { color: rgb(156,23,254); }
H1.HeaderClassName
{
color: #9C17FE;
}
.AnyTagClassName
{
color: #9C17FE;
}
</style>
background-color css
<style>
a { background-color: #9C17FE; }
a { background-color: rgb(156,23,254); }
div.DivClassName
{
background-color: #9C17FE;
}
.BgClassName
{
background-color: #9C17FE;
}
</style>
border-color css
<style>
span { border-color: #9C17FE; }
span { border-color: rgb(156,23,254); }
td.TdClassName
{
border-color: #9C17FE;
}
.TagClassName
{
border-color: #9C17FE;
}
</style>