Shades of Blue Violet #9C17FD
Tints of Blue Violet #9C17FD
RGB
CMYK
RGB Variations
Color information
#9C17FD (or 0x9C17FD) is known color: Blue Violet. HEX triplet: 9C, 17 and FD. RGB value is (156,23,253). Sum of RGB (Red+Green+Blue) = 156+23+253=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C17FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C17FD is #63E802. Grayscale: #585858. Windows color (decimal): -6547459 or 16586652. OLE color: 16586652.
HSL color Cylindrical-coordinate representation of color #9C17FD: hue angle of 274.7º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C17FD is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 23 | 253 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.01 |
| HSL | 274.7º | 0.98% | 0.54% | - |
| HSV(B) | 274.7º | 0.91% | 0.99% | - |
| XYZ | 31.75 | 14.77 | 94.11 | - |
| YUV | 88.99 | 220.56 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 253 | 0.38 | 0.91 | 0 | 0.01 | 274.7 | 0.98 | 0.54 |
| Hex | 9C | 17 | FD | 26 | 5B | 0 | 1 | 113 | 62 | 36 |
| Octal | 234 | 27 | 375 | 46 | 133 | 0 | 1 | 423 | 142 | 66 |
| Binary | 10011100 | 10111 | 11111101 | 100110 | 1011011 | 0 | 1 | 100010011 | 1100010 | 110110 |
Color Harmonies of #9C17FD
Complementary color
Monochromatic Colors of #9C17FD
Black with #9C17FD
Text Example
Text Example
White with #9C17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C17FD; }
p { color: rgb(156,23,253); }
H1.HeaderClassName
{
color: #9C17FD;
}
.AnyTagClassName
{
color: #9C17FD;
}
</style>
background-color css
<style>
a { background-color: #9C17FD; }
a { background-color: rgb(156,23,253); }
div.DivClassName
{
background-color: #9C17FD;
}
.BgClassName
{
background-color: #9C17FD;
}
</style>
border-color css
<style>
span { border-color: #9C17FD; }
span { border-color: rgb(156,23,253); }
td.TdClassName
{
border-color: #9C17FD;
}
.TagClassName
{
border-color: #9C17FD;
}
</style>