Shades of Violet Blue #9C559B
Tints of Violet Blue #9C559B
RGB
CMYK
RGB Variations
Color information
#9C559B (or 0x9C559B) is known color: Violet Blue. HEX triplet: 9C, 55 and 9B. RGB value is (156,85,155). Sum of RGB (Red+Green+Blue) = 156+85+155=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C559B is #63AA64. Grayscale: #717171. Windows color (decimal): -6531685 or 10179996. OLE color: 10179996.
HSL color Cylindrical-coordinate representation of color #9C559B: hue angle of 300.85º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C559B is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 155 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.39 |
| HSL | 300.85º | 0.29% | 0.47% | - |
| HSV(B) | 300.85º | 0.46% | 0.61% | - |
| XYZ | 22.88 | 15.93 | 32.88 | - |
| YUV | 114.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 155 | 0 | 0.46 | 0.01 | 0.39 | 300.85 | 0.29 | 0.47 |
| Hex | 9C | 55 | 9B | 0 | 2E | 1 | 27 | 12D | 1D | 2F |
| Octal | 234 | 125 | 233 | 0 | 56 | 1 | 47 | 455 | 35 | 57 |
| Binary | 10011100 | 1010101 | 10011011 | 0 | 101110 | 1 | 100111 | 100101101 | 11101 | 101111 |
Color Harmonies of #9C559B
Complementary color
Monochromatic Colors of #9C559B
Black with #9C559B
Text Example
Text Example
White with #9C559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C559B; }
p { color: rgb(156,85,155); }
H1.HeaderClassName
{
color: #9C559B;
}
.AnyTagClassName
{
color: #9C559B;
}
</style>
background-color css
<style>
a { background-color: #9C559B; }
a { background-color: rgb(156,85,155); }
div.DivClassName
{
background-color: #9C559B;
}
.BgClassName
{
background-color: #9C559B;
}
</style>
border-color css
<style>
span { border-color: #9C559B; }
span { border-color: rgb(156,85,155); }
td.TdClassName
{
border-color: #9C559B;
}
.TagClassName
{
border-color: #9C559B;
}
</style>