Shades of Violet Blue #9C6392
Tints of Violet Blue #9C6392
RGB
CMYK
RGB Variations
Color information
#9C6392 (or 0x9C6392) is known color: Violet Blue. HEX triplet: 9C, 63 and 92. RGB value is (156,99,146). Sum of RGB (Red+Green+Blue) = 156+99+146=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6392 is #639C6D. Grayscale: #797979. Windows color (decimal): -6528110 or 9593756. OLE color: 9593756.
HSL color Cylindrical-coordinate representation of color #9C6392: hue angle of 310.53º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6392 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 146 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.39 |
| HSL | 310.53º | 0.22% | 0.5% | - |
| HSV(B) | 310.53º | 0.37% | 0.61% | - |
| XYZ | 23.36 | 18.07 | 29.45 | - |
| YUV | 121.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 146 | 0 | 0.37 | 0.06 | 0.39 | 310.53 | 0.22 | 0.5 |
| Hex | 9C | 63 | 92 | 0 | 25 | 6 | 27 | 137 | 16 | 32 |
| Octal | 234 | 143 | 222 | 0 | 45 | 6 | 47 | 467 | 26 | 62 |
| Binary | 10011100 | 1100011 | 10010010 | 0 | 100101 | 110 | 100111 | 100110111 | 10110 | 110010 |
Color Harmonies of #9C6392
Complementary color
Monochromatic Colors of #9C6392
Black with #9C6392
Text Example
Text Example
White with #9C6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6392; }
p { color: rgb(156,99,146); }
H1.HeaderClassName
{
color: #9C6392;
}
.AnyTagClassName
{
color: #9C6392;
}
</style>
background-color css
<style>
a { background-color: #9C6392; }
a { background-color: rgb(156,99,146); }
div.DivClassName
{
background-color: #9C6392;
}
.BgClassName
{
background-color: #9C6392;
}
</style>
border-color css
<style>
span { border-color: #9C6392; }
span { border-color: rgb(156,99,146); }
td.TdClassName
{
border-color: #9C6392;
}
.TagClassName
{
border-color: #9C6392;
}
</style>