Shades of Violet Blue #9C5792
Tints of Violet Blue #9C5792
RGB
CMYK
RGB Variations
Color information
#9C5792 (or 0x9C5792) is known color: Violet Blue. HEX triplet: 9C, 57 and 92. RGB value is (156,87,146). Sum of RGB (Red+Green+Blue) = 156+87+146=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5792 is #63A86D. Grayscale: #727272. Windows color (decimal): -6531182 or 9590684. OLE color: 9590684.
HSL color Cylindrical-coordinate representation of color #9C5792: hue angle of 308.7º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5792 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 146 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.39 |
| HSL | 308.7º | 0.28% | 0.48% | - |
| HSV(B) | 308.7º | 0.44% | 0.61% | - |
| XYZ | 22.31 | 15.96 | 29.1 | - |
| YUV | 114.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 146 | 0 | 0.44 | 0.06 | 0.39 | 308.7 | 0.28 | 0.48 |
| Hex | 9C | 57 | 92 | 0 | 2C | 6 | 27 | 135 | 1C | 30 |
| Octal | 234 | 127 | 222 | 0 | 54 | 6 | 47 | 465 | 34 | 60 |
| Binary | 10011100 | 1010111 | 10010010 | 0 | 101100 | 110 | 100111 | 100110101 | 11100 | 110000 |
Color Harmonies of #9C5792
Complementary color
Monochromatic Colors of #9C5792
Black with #9C5792
Text Example
Text Example
White with #9C5792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5792; }
p { color: rgb(156,87,146); }
H1.HeaderClassName
{
color: #9C5792;
}
.AnyTagClassName
{
color: #9C5792;
}
</style>
background-color css
<style>
a { background-color: #9C5792; }
a { background-color: rgb(156,87,146); }
div.DivClassName
{
background-color: #9C5792;
}
.BgClassName
{
background-color: #9C5792;
}
</style>
border-color css
<style>
span { border-color: #9C5792; }
span { border-color: rgb(156,87,146); }
td.TdClassName
{
border-color: #9C5792;
}
.TagClassName
{
border-color: #9C5792;
}
</style>