Shades of Violet Blue #9C4699
Tints of Violet Blue #9C4699
RGB
CMYK
RGB Variations
Color information
#9C4699 (or 0x9C4699) is known color: Violet Blue. HEX triplet: 9C, 46 and 99. RGB value is (156,70,153). Sum of RGB (Red+Green+Blue) = 156+70+153=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4699 is #63B966. Grayscale: #686868. Windows color (decimal): -6535527 or 10045084. OLE color: 10045084.
HSL color Cylindrical-coordinate representation of color #9C4699: hue angle of 302.09º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C4699 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 153 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.39 |
| HSL | 302.09º | 0.38% | 0.44% | - |
| HSV(B) | 302.09º | 0.55% | 0.61% | - |
| XYZ | 21.65 | 13.75 | 31.65 | - |
| YUV | 105.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 153 | 0 | 0.55 | 0.02 | 0.39 | 302.09 | 0.38 | 0.44 |
| Hex | 9C | 46 | 99 | 0 | 37 | 2 | 27 | 12E | 26 | 2C |
| Octal | 234 | 106 | 231 | 0 | 67 | 2 | 47 | 456 | 46 | 54 |
| Binary | 10011100 | 1000110 | 10011001 | 0 | 110111 | 10 | 100111 | 100101110 | 100110 | 101100 |
Color Harmonies of #9C4699
Complementary color
Monochromatic Colors of #9C4699
Black with #9C4699
Text Example
Text Example
White with #9C4699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4699; }
p { color: rgb(156,70,153); }
H1.HeaderClassName
{
color: #9C4699;
}
.AnyTagClassName
{
color: #9C4699;
}
</style>
background-color css
<style>
a { background-color: #9C4699; }
a { background-color: rgb(156,70,153); }
div.DivClassName
{
background-color: #9C4699;
}
.BgClassName
{
background-color: #9C4699;
}
</style>
border-color css
<style>
span { border-color: #9C4699; }
span { border-color: rgb(156,70,153); }
td.TdClassName
{
border-color: #9C4699;
}
.TagClassName
{
border-color: #9C4699;
}
</style>