Shades of Blue Violet #9C15FB
Tints of Blue Violet #9C15FB
RGB
CMYK
RGB Variations
Color information
#9C15FB (or 0x9C15FB) is known color: Blue Violet. HEX triplet: 9C, 15 and FB. RGB value is (156,21,251). Sum of RGB (Red+Green+Blue) = 156+21+251=428 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.45% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C15FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C15FB is #63EA04. Grayscale: #565656. Windows color (decimal): -6547973 or 16455068. OLE color: 16455068.
HSL color Cylindrical-coordinate representation of color #9C15FB: hue angle of 275.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C15FB is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 21 | 251 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.02 |
| HSL | 275.22º | 0.97% | 0.53% | - |
| HSV(B) | 275.22º | 0.92% | 0.98% | - |
| XYZ | 31.39 | 14.57 | 92.42 | - |
| YUV | 87.59 | 220.23 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 251 | 0.38 | 0.92 | 0 | 0.02 | 275.22 | 0.97 | 0.53 |
| Hex | 9C | 15 | FB | 26 | 5C | 0 | 2 | 113 | 61 | 35 |
| Octal | 234 | 25 | 373 | 46 | 134 | 0 | 2 | 423 | 141 | 65 |
| Binary | 10011100 | 10101 | 11111011 | 100110 | 1011100 | 0 | 10 | 100010011 | 1100001 | 110101 |
Color Harmonies of #9C15FB
Complementary color
Monochromatic Colors of #9C15FB
Black with #9C15FB
Text Example
Text Example
White with #9C15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15FB; }
p { color: rgb(156,21,251); }
H1.HeaderClassName
{
color: #9C15FB;
}
.AnyTagClassName
{
color: #9C15FB;
}
</style>
background-color css
<style>
a { background-color: #9C15FB; }
a { background-color: rgb(156,21,251); }
div.DivClassName
{
background-color: #9C15FB;
}
.BgClassName
{
background-color: #9C15FB;
}
</style>
border-color css
<style>
span { border-color: #9C15FB; }
span { border-color: rgb(156,21,251); }
td.TdClassName
{
border-color: #9C15FB;
}
.TagClassName
{
border-color: #9C15FB;
}
</style>