Shades of Blue Violet #9C4CF1
Tints of Blue Violet #9C4CF1
RGB
CMYK
RGB Variations
Color information
#9C4CF1 (or 0x9C4CF1) is known color: Blue Violet. HEX triplet: 9C, 4C and F1. RGB value is (156,76,241). Sum of RGB (Red+Green+Blue) = 156+76+241=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C4CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4CF1 is #63B30E. Grayscale: #767676. Windows color (decimal): -6533903 or 15813788. OLE color: 15813788.
HSL color Cylindrical-coordinate representation of color #9C4CF1: hue angle of 269.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C4CF1 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 76 | 241 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.05 |
| HSL | 269.09º | 0.85% | 0.62% | - |
| HSV(B) | 269.09º | 0.68% | 0.95% | - |
| XYZ | 32.17 | 18.59 | 85.11 | - |
| YUV | 118.73 | 197 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 241 | 0.35 | 0.68 | 0 | 0.05 | 269.09 | 0.85 | 0.62 |
| Hex | 9C | 4C | F1 | 23 | 44 | 0 | 5 | 10D | 55 | 3E |
| Octal | 234 | 114 | 361 | 43 | 104 | 0 | 5 | 415 | 125 | 76 |
| Binary | 10011100 | 1001100 | 11110001 | 100011 | 1000100 | 0 | 101 | 100001101 | 1010101 | 111110 |
Color Harmonies of #9C4CF1
Complementary color
Monochromatic Colors of #9C4CF1
Black with #9C4CF1
Text Example
Text Example
White with #9C4CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4CF1; }
p { color: rgb(156,76,241); }
H1.HeaderClassName
{
color: #9C4CF1;
}
.AnyTagClassName
{
color: #9C4CF1;
}
</style>
background-color css
<style>
a { background-color: #9C4CF1; }
a { background-color: rgb(156,76,241); }
div.DivClassName
{
background-color: #9C4CF1;
}
.BgClassName
{
background-color: #9C4CF1;
}
</style>
border-color css
<style>
span { border-color: #9C4CF1; }
span { border-color: rgb(156,76,241); }
td.TdClassName
{
border-color: #9C4CF1;
}
.TagClassName
{
border-color: #9C4CF1;
}
</style>