Shades of Violet Blue #9C539B
Tints of Violet Blue #9C539B
RGB
CMYK
RGB Variations
Color information
#9C539B (or 0x9C539B) is known color: Violet Blue. HEX triplet: 9C, 53 and 9B. RGB value is (156,83,155). Sum of RGB (Red+Green+Blue) = 156+83+155=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C539B is #63AC64. Grayscale: #707070. Windows color (decimal): -6532197 or 10179484. OLE color: 10179484.
HSL color Cylindrical-coordinate representation of color #9C539B: hue angle of 300.82º 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 #9C539B is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 155 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.39 |
| HSL | 300.82º | 0.31% | 0.47% | - |
| HSV(B) | 300.82º | 0.47% | 0.61% | - |
| XYZ | 22.72 | 15.62 | 32.83 | - |
| YUV | 113.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 155 | 0 | 0.47 | 0.01 | 0.39 | 300.82 | 0.31 | 0.47 |
| Hex | 9C | 53 | 9B | 0 | 2F | 1 | 27 | 12D | 1F | 2F |
| Octal | 234 | 123 | 233 | 0 | 57 | 1 | 47 | 455 | 37 | 57 |
| Binary | 10011100 | 1010011 | 10011011 | 0 | 101111 | 1 | 100111 | 100101101 | 11111 | 101111 |
Color Harmonies of #9C539B
Complementary color
Monochromatic Colors of #9C539B
Black with #9C539B
Text Example
Text Example
White with #9C539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C539B; }
p { color: rgb(156,83,155); }
H1.HeaderClassName
{
color: #9C539B;
}
.AnyTagClassName
{
color: #9C539B;
}
</style>
background-color css
<style>
a { background-color: #9C539B; }
a { background-color: rgb(156,83,155); }
div.DivClassName
{
background-color: #9C539B;
}
.BgClassName
{
background-color: #9C539B;
}
</style>
border-color css
<style>
span { border-color: #9C539B; }
span { border-color: rgb(156,83,155); }
td.TdClassName
{
border-color: #9C539B;
}
.TagClassName
{
border-color: #9C539B;
}
</style>