Shades of Violet Blue #9C4491
Tints of Violet Blue #9C4491
RGB
CMYK
RGB Variations
Color information
#9C4491 (or 0x9C4491) is known color: Violet Blue. HEX triplet: 9C, 44 and 91. RGB value is (156,68,145). Sum of RGB (Red+Green+Blue) = 156+68+145=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4491 is #63BB6E. Grayscale: #666666. Windows color (decimal): -6536047 or 9520284. OLE color: 9520284.
HSL color Cylindrical-coordinate representation of color #9C4491: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4491 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 145 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.39 |
| HSL | 307.5º | 0.39% | 0.44% | - |
| HSV(B) | 307.5º | 0.56% | 0.61% | - |
| XYZ | 20.89 | 13.25 | 28.24 | - |
| YUV | 103.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 145 | 0 | 0.56 | 0.07 | 0.39 | 307.5 | 0.39 | 0.44 |
| Hex | 9C | 44 | 91 | 0 | 38 | 7 | 27 | 134 | 27 | 2C |
| Octal | 234 | 104 | 221 | 0 | 70 | 7 | 47 | 464 | 47 | 54 |
| Binary | 10011100 | 1000100 | 10010001 | 0 | 111000 | 111 | 100111 | 100110100 | 100111 | 101100 |
Color Harmonies of #9C4491
Complementary color
Monochromatic Colors of #9C4491
Black with #9C4491
Text Example
Text Example
White with #9C4491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4491; }
p { color: rgb(156,68,145); }
H1.HeaderClassName
{
color: #9C4491;
}
.AnyTagClassName
{
color: #9C4491;
}
</style>
background-color css
<style>
a { background-color: #9C4491; }
a { background-color: rgb(156,68,145); }
div.DivClassName
{
background-color: #9C4491;
}
.BgClassName
{
background-color: #9C4491;
}
</style>
border-color css
<style>
span { border-color: #9C4491; }
span { border-color: rgb(156,68,145); }
td.TdClassName
{
border-color: #9C4491;
}
.TagClassName
{
border-color: #9C4491;
}
</style>