Shades of Violet Blue #9C6592
Tints of Violet Blue #9C6592
RGB
CMYK
RGB Variations
Color information
#9C6592 (or 0x9C6592) is known color: Violet Blue. HEX triplet: 9C, 65 and 92. RGB value is (156,101,146). Sum of RGB (Red+Green+Blue) = 156+101+146=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6592 is #639A6D. Grayscale: #7A7A7A. Windows color (decimal): -6527598 or 9594268. OLE color: 9594268.
HSL color Cylindrical-coordinate representation of color #9C6592: hue angle of 310.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6592 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 146 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.39 |
| HSL | 310.91º | 0.22% | 0.5% | - |
| HSV(B) | 310.91º | 0.35% | 0.61% | - |
| XYZ | 23.55 | 18.45 | 29.51 | - |
| YUV | 122.58 | 141.22 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 146 | 0 | 0.35 | 0.06 | 0.39 | 310.91 | 0.22 | 0.5 |
| Hex | 9C | 65 | 92 | 0 | 23 | 6 | 27 | 137 | 16 | 32 |
| Octal | 234 | 145 | 222 | 0 | 43 | 6 | 47 | 467 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10010010 | 0 | 100011 | 110 | 100111 | 100110111 | 10110 | 110010 |
Color Harmonies of #9C6592
Complementary color
Monochromatic Colors of #9C6592
Black with #9C6592
Text Example
Text Example
White with #9C6592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6592; }
p { color: rgb(156,101,146); }
H1.HeaderClassName
{
color: #9C6592;
}
.AnyTagClassName
{
color: #9C6592;
}
</style>
background-color css
<style>
a { background-color: #9C6592; }
a { background-color: rgb(156,101,146); }
div.DivClassName
{
background-color: #9C6592;
}
.BgClassName
{
background-color: #9C6592;
}
</style>
border-color css
<style>
span { border-color: #9C6592; }
span { border-color: rgb(156,101,146); }
td.TdClassName
{
border-color: #9C6592;
}
.TagClassName
{
border-color: #9C6592;
}
</style>