Shades of Blue Violet #9C15FC
Tints of Blue Violet #9C15FC
RGB
CMYK
RGB Variations
Color information
#9C15FC (or 0x9C15FC) is known color: Blue Violet. HEX triplet: 9C, 15 and FC. RGB value is (156,21,252). Sum of RGB (Red+Green+Blue) = 156+21+252=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C15FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C15FC is #63EA03. Grayscale: #565656. Windows color (decimal): -6547972 or 16520604. OLE color: 16520604.
HSL color Cylindrical-coordinate representation of color #9C15FC: hue angle of 275.06º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C15FC is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 21 | 252 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.01 |
| HSL | 275.06º | 0.97% | 0.54% | - |
| HSV(B) | 275.06º | 0.92% | 0.99% | - |
| XYZ | 31.55 | 14.63 | 93.26 | - |
| YUV | 87.7 | 220.73 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 252 | 0.38 | 0.92 | 0 | 0.01 | 275.06 | 0.97 | 0.54 |
| Hex | 9C | 15 | FC | 26 | 5C | 0 | 1 | 113 | 61 | 36 |
| Octal | 234 | 25 | 374 | 46 | 134 | 0 | 1 | 423 | 141 | 66 |
| Binary | 10011100 | 10101 | 11111100 | 100110 | 1011100 | 0 | 1 | 100010011 | 1100001 | 110110 |
Color Harmonies of #9C15FC
Complementary color
Monochromatic Colors of #9C15FC
Black with #9C15FC
Text Example
Text Example
White with #9C15FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15FC; }
p { color: rgb(156,21,252); }
H1.HeaderClassName
{
color: #9C15FC;
}
.AnyTagClassName
{
color: #9C15FC;
}
</style>
background-color css
<style>
a { background-color: #9C15FC; }
a { background-color: rgb(156,21,252); }
div.DivClassName
{
background-color: #9C15FC;
}
.BgClassName
{
background-color: #9C15FC;
}
</style>
border-color css
<style>
span { border-color: #9C15FC; }
span { border-color: rgb(156,21,252); }
td.TdClassName
{
border-color: #9C15FC;
}
.TagClassName
{
border-color: #9C15FC;
}
</style>