Shades of Violet Blue #9A558B
Tints of Violet Blue #9A558B
RGB
CMYK
RGB Variations
Color information
#9A558B (or 0x9A558B) is known color: Violet Blue. HEX triplet: 9A, 55 and 8B. RGB value is (154,85,139). Sum of RGB (Red+Green+Blue) = 154+85+139=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A558B is #65AA74. Grayscale: #6F6F6F. Windows color (decimal): -6662773 or 9131418. OLE color: 9131418.
HSL color Cylindrical-coordinate representation of color #9A558B: hue angle of 313.04º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A558B is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 85 | 139 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.40 |
| HSL | 313.04º | 0.29% | 0.47% | - |
| HSV(B) | 313.04º | 0.45% | 0.6% | - |
| XYZ | 21.24 | 15.23 | 26.25 | - |
| YUV | 111.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 85 | 139 | 0 | 0.45 | 0.10 | 0.40 | 313.04 | 0.29 | 0.47 |
| Hex | 9A | 55 | 8B | 0 | 2D | A | 28 | 139 | 1D | 2F |
| Octal | 232 | 125 | 213 | 0 | 55 | 12 | 50 | 471 | 35 | 57 |
| Binary | 10011010 | 1010101 | 10001011 | 0 | 101101 | 1010 | 101000 | 100111001 | 11101 | 101111 |
Color Harmonies of #9A558B
Complementary color
Monochromatic Colors of #9A558B
Black with #9A558B
Text Example
Text Example
White with #9A558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A558B; }
p { color: rgb(154,85,139); }
H1.HeaderClassName
{
color: #9A558B;
}
.AnyTagClassName
{
color: #9A558B;
}
</style>
background-color css
<style>
a { background-color: #9A558B; }
a { background-color: rgb(154,85,139); }
div.DivClassName
{
background-color: #9A558B;
}
.BgClassName
{
background-color: #9A558B;
}
</style>
border-color css
<style>
span { border-color: #9A558B; }
span { border-color: rgb(154,85,139); }
td.TdClassName
{
border-color: #9A558B;
}
.TagClassName
{
border-color: #9A558B;
}
</style>