Shades of Violet Blue #9C6198
Tints of Violet Blue #9C6198
RGB
CMYK
RGB Variations
Color information
#9C6198 (or 0x9C6198) is known color: Violet Blue. HEX triplet: 9C, 61 and 98. RGB value is (156,97,152). Sum of RGB (Red+Green+Blue) = 156+97+152=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6198 is #639E67. Grayscale: #787878. Windows color (decimal): -6528616 or 9986460. OLE color: 9986460.
HSL color Cylindrical-coordinate representation of color #9C6198: hue angle of 304.07º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6198 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 152 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.39 |
| HSL | 304.07º | 0.23% | 0.5% | - |
| HSV(B) | 304.07º | 0.38% | 0.61% | - |
| XYZ | 23.65 | 17.88 | 31.91 | - |
| YUV | 120.91 | 145.55 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 152 | 0 | 0.38 | 0.03 | 0.39 | 304.07 | 0.23 | 0.5 |
| Hex | 9C | 61 | 98 | 0 | 26 | 3 | 27 | 130 | 17 | 32 |
| Octal | 234 | 141 | 230 | 0 | 46 | 3 | 47 | 460 | 27 | 62 |
| Binary | 10011100 | 1100001 | 10011000 | 0 | 100110 | 11 | 100111 | 100110000 | 10111 | 110010 |
Color Harmonies of #9C6198
Complementary color
Monochromatic Colors of #9C6198
Black with #9C6198
Text Example
Text Example
White with #9C6198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6198; }
p { color: rgb(156,97,152); }
H1.HeaderClassName
{
color: #9C6198;
}
.AnyTagClassName
{
color: #9C6198;
}
</style>
background-color css
<style>
a { background-color: #9C6198; }
a { background-color: rgb(156,97,152); }
div.DivClassName
{
background-color: #9C6198;
}
.BgClassName
{
background-color: #9C6198;
}
</style>
border-color css
<style>
span { border-color: #9C6198; }
span { border-color: rgb(156,97,152); }
td.TdClassName
{
border-color: #9C6198;
}
.TagClassName
{
border-color: #9C6198;
}
</style>