Shades of Blue Violet #9C47FC
Tints of Blue Violet #9C47FC
RGB
CMYK
RGB Variations
Color information
#9C47FC (or 0x9C47FC) is known color: Blue Violet. HEX triplet: 9C, 47 and FC. RGB value is (156,71,252). Sum of RGB (Red+Green+Blue) = 156+71+252=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C47FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C47FC is #63B803. Grayscale: #747474. Windows color (decimal): -6535172 or 16533404. OLE color: 16533404.
HSL color Cylindrical-coordinate representation of color #9C47FC: hue angle of 268.18º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C47FC is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 71 | 252 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.01 |
| HSL | 268.18º | 0.97% | 0.63% | - |
| HSV(B) | 268.18º | 0.72% | 0.99% | - |
| XYZ | 33.53 | 18.6 | 93.92 | - |
| YUV | 117.05 | 204.16 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 71 | 252 | 0.38 | 0.72 | 0 | 0.01 | 268.18 | 0.97 | 0.63 |
| Hex | 9C | 47 | FC | 26 | 48 | 0 | 1 | 10C | 61 | 3F |
| Octal | 234 | 107 | 374 | 46 | 110 | 0 | 1 | 414 | 141 | 77 |
| Binary | 10011100 | 1000111 | 11111100 | 100110 | 1001000 | 0 | 1 | 100001100 | 1100001 | 111111 |
Color Harmonies of #9C47FC
Complementary color
Monochromatic Colors of #9C47FC
Black with #9C47FC
Text Example
Text Example
White with #9C47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C47FC; }
p { color: rgb(156,71,252); }
H1.HeaderClassName
{
color: #9C47FC;
}
.AnyTagClassName
{
color: #9C47FC;
}
</style>
background-color css
<style>
a { background-color: #9C47FC; }
a { background-color: rgb(156,71,252); }
div.DivClassName
{
background-color: #9C47FC;
}
.BgClassName
{
background-color: #9C47FC;
}
</style>
border-color css
<style>
span { border-color: #9C47FC; }
span { border-color: rgb(156,71,252); }
td.TdClassName
{
border-color: #9C47FC;
}
.TagClassName
{
border-color: #9C47FC;
}
</style>