Shades of Violet Blue #9C7098
Tints of Violet Blue #9C7098
RGB
CMYK
RGB Variations
Color information
#9C7098 (or 0x9C7098) is known color: Violet Blue. HEX triplet: 9C, 70 and 98. RGB value is (156,112,152). Sum of RGB (Red+Green+Blue) = 156+112+152=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7098 is #638F67. Grayscale: #818181. Windows color (decimal): -6524776 or 9990300. OLE color: 9990300.
HSL color Cylindrical-coordinate representation of color #9C7098: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7098 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 152 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.39 |
| HSL | 305.45º | 0.18% | 0.53% | - |
| HSV(B) | 305.45º | 0.28% | 0.61% | - |
| XYZ | 25.17 | 20.92 | 32.42 | - |
| YUV | 129.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 152 | 0 | 0.28 | 0.03 | 0.39 | 305.45 | 0.18 | 0.53 |
| Hex | 9C | 70 | 98 | 0 | 1C | 3 | 27 | 131 | 12 | 35 |
| Octal | 234 | 160 | 230 | 0 | 34 | 3 | 47 | 461 | 22 | 65 |
| Binary | 10011100 | 1110000 | 10011000 | 0 | 11100 | 11 | 100111 | 100110001 | 10010 | 110101 |
Color Harmonies of #9C7098
Complementary color
Monochromatic Colors of #9C7098
Black with #9C7098
Text Example
Text Example
White with #9C7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7098; }
p { color: rgb(156,112,152); }
H1.HeaderClassName
{
color: #9C7098;
}
.AnyTagClassName
{
color: #9C7098;
}
</style>
background-color css
<style>
a { background-color: #9C7098; }
a { background-color: rgb(156,112,152); }
div.DivClassName
{
background-color: #9C7098;
}
.BgClassName
{
background-color: #9C7098;
}
</style>
border-color css
<style>
span { border-color: #9C7098; }
span { border-color: rgb(156,112,152); }
td.TdClassName
{
border-color: #9C7098;
}
.TagClassName
{
border-color: #9C7098;
}
</style>