Shades of Violet Blue #9C5398
Tints of Violet Blue #9C5398
RGB
CMYK
RGB Variations
Color information
#9C5398 (or 0x9C5398) is known color: Violet Blue. HEX triplet: 9C, 53 and 98. RGB value is (156,83,152). Sum of RGB (Red+Green+Blue) = 156+83+152=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5398 is #63AC67. Grayscale: #707070. Windows color (decimal): -6532200 or 9982876. OLE color: 9982876.
HSL color Cylindrical-coordinate representation of color #9C5398: hue angle of 303.29º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5398 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 152 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.39 |
| HSL | 303.29º | 0.31% | 0.47% | - |
| HSV(B) | 303.29º | 0.47% | 0.61% | - |
| XYZ | 22.47 | 15.52 | 31.52 | - |
| YUV | 112.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 152 | 0 | 0.47 | 0.03 | 0.39 | 303.29 | 0.31 | 0.47 |
| Hex | 9C | 53 | 98 | 0 | 2F | 3 | 27 | 12F | 1F | 2F |
| Octal | 234 | 123 | 230 | 0 | 57 | 3 | 47 | 457 | 37 | 57 |
| Binary | 10011100 | 1010011 | 10011000 | 0 | 101111 | 11 | 100111 | 100101111 | 11111 | 101111 |
Color Harmonies of #9C5398
Complementary color
Monochromatic Colors of #9C5398
Black with #9C5398
Text Example
Text Example
White with #9C5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5398; }
p { color: rgb(156,83,152); }
H1.HeaderClassName
{
color: #9C5398;
}
.AnyTagClassName
{
color: #9C5398;
}
</style>
background-color css
<style>
a { background-color: #9C5398; }
a { background-color: rgb(156,83,152); }
div.DivClassName
{
background-color: #9C5398;
}
.BgClassName
{
background-color: #9C5398;
}
</style>
border-color css
<style>
span { border-color: #9C5398; }
span { border-color: rgb(156,83,152); }
td.TdClassName
{
border-color: #9C5398;
}
.TagClassName
{
border-color: #9C5398;
}
</style>