Shades of Violet Blue #9A559B
Tints of Violet Blue #9A559B
RGB
CMYK
RGB Variations
Color information
#9A559B (or 0x9A559B) is known color: Violet Blue. HEX triplet: 9A, 55 and 9B. RGB value is (154,85,155). Sum of RGB (Red+Green+Blue) = 154+85+155=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A559B is #65AA64. Grayscale: #717171. Windows color (decimal): -6662757 or 10179994. OLE color: 10179994.
HSL color Cylindrical-coordinate representation of color #9A559B: hue angle of 299.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A559B is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 85 | 155 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.39 |
| HSL | 299.14º | 0.29% | 0.47% | - |
| HSV(B) | 299.14º | 0.45% | 0.61% | - |
| XYZ | 22.49 | 15.73 | 32.86 | - |
| YUV | 113.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 155 | 0.01 | 0.45 | 0 | 0.39 | 299.14 | 0.29 | 0.47 |
| Hex | 9A | 55 | 9B | 1 | 2D | 0 | 27 | 12B | 1D | 2F |
| Octal | 232 | 125 | 233 | 1 | 55 | 0 | 47 | 453 | 35 | 57 |
| Binary | 10011010 | 1010101 | 10011011 | 1 | 101101 | 0 | 100111 | 100101011 | 11101 | 101111 |
Color Harmonies of #9A559B
Complementary color
Monochromatic Colors of #9A559B
Black with #9A559B
Text Example
Text Example
White with #9A559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A559B; }
p { color: rgb(154,85,155); }
H1.HeaderClassName
{
color: #9A559B;
}
.AnyTagClassName
{
color: #9A559B;
}
</style>
background-color css
<style>
a { background-color: #9A559B; }
a { background-color: rgb(154,85,155); }
div.DivClassName
{
background-color: #9A559B;
}
.BgClassName
{
background-color: #9A559B;
}
</style>
border-color css
<style>
span { border-color: #9A559B; }
span { border-color: rgb(154,85,155); }
td.TdClassName
{
border-color: #9A559B;
}
.TagClassName
{
border-color: #9A559B;
}
</style>