Shades of Violet Blue #9C539E
Tints of Violet Blue #9C539E
RGB
CMYK
RGB Variations
Color information
#9C539E (or 0x9C539E) is known color: Violet Blue. HEX triplet: 9C, 53 and 9E. RGB value is (156,83,158). Sum of RGB (Red+Green+Blue) = 156+83+158=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C539E is #63AC61. Grayscale: #717171. Windows color (decimal): -6532194 or 10376092. OLE color: 10376092.
HSL color Cylindrical-coordinate representation of color #9C539E: hue angle of 298.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C539E is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 83 | 158 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.38 |
| HSL | 298.4º | 0.31% | 0.47% | - |
| HSV(B) | 298.4º | 0.47% | 0.62% | - |
| XYZ | 22.98 | 15.72 | 34.17 | - |
| YUV | 113.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 158 | 0.01 | 0.47 | 0 | 0.38 | 298.4 | 0.31 | 0.47 |
| Hex | 9C | 53 | 9E | 1 | 2F | 0 | 26 | 12A | 1F | 2F |
| Octal | 234 | 123 | 236 | 1 | 57 | 0 | 46 | 452 | 37 | 57 |
| Binary | 10011100 | 1010011 | 10011110 | 1 | 101111 | 0 | 100110 | 100101010 | 11111 | 101111 |
Color Harmonies of #9C539E
Complementary color
Monochromatic Colors of #9C539E
Black with #9C539E
Text Example
Text Example
White with #9C539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C539E; }
p { color: rgb(156,83,158); }
H1.HeaderClassName
{
color: #9C539E;
}
.AnyTagClassName
{
color: #9C539E;
}
</style>
background-color css
<style>
a { background-color: #9C539E; }
a { background-color: rgb(156,83,158); }
div.DivClassName
{
background-color: #9C539E;
}
.BgClassName
{
background-color: #9C539E;
}
</style>
border-color css
<style>
span { border-color: #9C539E; }
span { border-color: rgb(156,83,158); }
td.TdClassName
{
border-color: #9C539E;
}
.TagClassName
{
border-color: #9C539E;
}
</style>