Shades of Violet Blue #9D578E
Tints of Violet Blue #9D578E
RGB
CMYK
RGB Variations
Color information
#9D578E (or 0x9D578E) is known color: Violet Blue. HEX triplet: 9D, 57 and 8E. RGB value is (157,87,142). Sum of RGB (Red+Green+Blue) = 157+87+142=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D578E is #62A871. Grayscale: #727272. Windows color (decimal): -6465650 or 9328541. OLE color: 9328541.
HSL color Cylindrical-coordinate representation of color #9D578E: hue angle of 312.86º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D578E is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 87 | 142 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.38 |
| HSL | 312.86º | 0.29% | 0.48% | - |
| HSV(B) | 312.86º | 0.45% | 0.62% | - |
| XYZ | 22.2 | 15.94 | 27.5 | - |
| YUV | 114.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 142 | 0 | 0.45 | 0.10 | 0.38 | 312.86 | 0.29 | 0.48 |
| Hex | 9D | 57 | 8E | 0 | 2D | A | 26 | 139 | 1D | 30 |
| Octal | 235 | 127 | 216 | 0 | 55 | 12 | 46 | 471 | 35 | 60 |
| Binary | 10011101 | 1010111 | 10001110 | 0 | 101101 | 1010 | 100110 | 100111001 | 11101 | 110000 |
Color Harmonies of #9D578E
Complementary color
Monochromatic Colors of #9D578E
Black with #9D578E
Text Example
Text Example
White with #9D578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D578E; }
p { color: rgb(157,87,142); }
H1.HeaderClassName
{
color: #9D578E;
}
.AnyTagClassName
{
color: #9D578E;
}
</style>
background-color css
<style>
a { background-color: #9D578E; }
a { background-color: rgb(157,87,142); }
div.DivClassName
{
background-color: #9D578E;
}
.BgClassName
{
background-color: #9D578E;
}
</style>
border-color css
<style>
span { border-color: #9D578E; }
span { border-color: rgb(157,87,142); }
td.TdClassName
{
border-color: #9D578E;
}
.TagClassName
{
border-color: #9D578E;
}
</style>