Shades of Violet Blue #9C5298
Tints of Violet Blue #9C5298
RGB
CMYK
RGB Variations
Color information
#9C5298 (or 0x9C5298) is known color: Violet Blue. HEX triplet: 9C, 52 and 98. RGB value is (156,82,152). Sum of RGB (Red+Green+Blue) = 156+82+152=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5298 is #63AD67. Grayscale: #6F6F6F. Windows color (decimal): -6532456 or 9982620. OLE color: 9982620.
HSL color Cylindrical-coordinate representation of color #9C5298: hue angle of 303.24º 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 #9C5298 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 152 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.39 |
| HSL | 303.24º | 0.31% | 0.47% | - |
| HSV(B) | 303.24º | 0.47% | 0.61% | - |
| XYZ | 22.4 | 15.37 | 31.49 | - |
| YUV | 112.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 152 | 0 | 0.47 | 0.03 | 0.39 | 303.24 | 0.31 | 0.47 |
| Hex | 9C | 52 | 98 | 0 | 2F | 3 | 27 | 12F | 1F | 2F |
| Octal | 234 | 122 | 230 | 0 | 57 | 3 | 47 | 457 | 37 | 57 |
| Binary | 10011100 | 1010010 | 10011000 | 0 | 101111 | 11 | 100111 | 100101111 | 11111 | 101111 |
Color Harmonies of #9C5298
Complementary color
Monochromatic Colors of #9C5298
Black with #9C5298
Text Example
Text Example
White with #9C5298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5298; }
p { color: rgb(156,82,152); }
H1.HeaderClassName
{
color: #9C5298;
}
.AnyTagClassName
{
color: #9C5298;
}
</style>
background-color css
<style>
a { background-color: #9C5298; }
a { background-color: rgb(156,82,152); }
div.DivClassName
{
background-color: #9C5298;
}
.BgClassName
{
background-color: #9C5298;
}
</style>
border-color css
<style>
span { border-color: #9C5298; }
span { border-color: rgb(156,82,152); }
td.TdClassName
{
border-color: #9C5298;
}
.TagClassName
{
border-color: #9C5298;
}
</style>