Shades of Violet Blue #9C4695
Tints of Violet Blue #9C4695
RGB
CMYK
RGB Variations
Color information
#9C4695 (or 0x9C4695) is known color: Violet Blue. HEX triplet: 9C, 46 and 95. RGB value is (156,70,149). Sum of RGB (Red+Green+Blue) = 156+70+149=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4695 is #63B96A. Grayscale: #686868. Windows color (decimal): -6535531 or 9782940. OLE color: 9782940.
HSL color Cylindrical-coordinate representation of color #9C4695: hue angle of 304.88º 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 #9C4695 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 70 | 149 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.39 |
| HSL | 304.88º | 0.38% | 0.44% | - |
| HSV(B) | 304.88º | 0.55% | 0.61% | - |
| XYZ | 21.33 | 13.62 | 29.94 | - |
| YUV | 104.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 70 | 149 | 0 | 0.55 | 0.04 | 0.39 | 304.88 | 0.38 | 0.44 |
| Hex | 9C | 46 | 95 | 0 | 37 | 4 | 27 | 131 | 26 | 2C |
| Octal | 234 | 106 | 225 | 0 | 67 | 4 | 47 | 461 | 46 | 54 |
| Binary | 10011100 | 1000110 | 10010101 | 0 | 110111 | 100 | 100111 | 100110001 | 100110 | 101100 |
Color Harmonies of #9C4695
Complementary color
Monochromatic Colors of #9C4695
Black with #9C4695
Text Example
Text Example
White with #9C4695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4695; }
p { color: rgb(156,70,149); }
H1.HeaderClassName
{
color: #9C4695;
}
.AnyTagClassName
{
color: #9C4695;
}
</style>
background-color css
<style>
a { background-color: #9C4695; }
a { background-color: rgb(156,70,149); }
div.DivClassName
{
background-color: #9C4695;
}
.BgClassName
{
background-color: #9C4695;
}
</style>
border-color css
<style>
span { border-color: #9C4695; }
span { border-color: rgb(156,70,149); }
td.TdClassName
{
border-color: #9C4695;
}
.TagClassName
{
border-color: #9C4695;
}
</style>