Shades of Blue Violet #9C47FB
Tints of Blue Violet #9C47FB
RGB
CMYK
RGB Variations
Color information
#9C47FB (or 0x9C47FB) is known color: Blue Violet. HEX triplet: 9C, 47 and FB. RGB value is (156,71,251). Sum of RGB (Red+Green+Blue) = 156+71+251=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C47FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C47FB is #63B804. Grayscale: #747474. Windows color (decimal): -6535173 or 16467868. OLE color: 16467868.
HSL color Cylindrical-coordinate representation of color #9C47FB: hue angle of 268.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C47FB is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 71 | 251 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.02 |
| HSL | 268.33º | 0.96% | 0.63% | - |
| HSV(B) | 268.33º | 0.72% | 0.98% | - |
| XYZ | 33.38 | 18.54 | 93.09 | - |
| YUV | 116.94 | 203.66 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 251 | 0.38 | 0.72 | 0 | 0.02 | 268.33 | 0.96 | 0.63 |
| Hex | 9C | 47 | FB | 26 | 48 | 0 | 2 | 10C | 60 | 3F |
| Octal | 234 | 107 | 373 | 46 | 110 | 0 | 2 | 414 | 140 | 77 |
| Binary | 10011100 | 1000111 | 11111011 | 100110 | 1001000 | 0 | 10 | 100001100 | 1100000 | 111111 |
Color Harmonies of #9C47FB
Complementary color
Monochromatic Colors of #9C47FB
Black with #9C47FB
Text Example
Text Example
White with #9C47FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C47FB; }
p { color: rgb(156,71,251); }
H1.HeaderClassName
{
color: #9C47FB;
}
.AnyTagClassName
{
color: #9C47FB;
}
</style>
background-color css
<style>
a { background-color: #9C47FB; }
a { background-color: rgb(156,71,251); }
div.DivClassName
{
background-color: #9C47FB;
}
.BgClassName
{
background-color: #9C47FB;
}
</style>
border-color css
<style>
span { border-color: #9C47FB; }
span { border-color: rgb(156,71,251); }
td.TdClassName
{
border-color: #9C47FB;
}
.TagClassName
{
border-color: #9C47FB;
}
</style>