Shades of Violet Blue #9D569B
Tints of Violet Blue #9D569B
RGB
CMYK
RGB Variations
Color information
#9D569B (or 0x9D569B) is known color: Violet Blue. HEX triplet: 9D, 56 and 9B. RGB value is (157,86,155). Sum of RGB (Red+Green+Blue) = 157+86+155=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D569B is #62A964. Grayscale: #727272. Windows color (decimal): -6465893 or 10180253. OLE color: 10180253.
HSL color Cylindrical-coordinate representation of color #9D569B: hue angle of 301.69º 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 #9D569B is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 86 | 155 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.38 |
| HSL | 301.69º | 0.29% | 0.48% | - |
| HSV(B) | 301.69º | 0.45% | 0.62% | - |
| XYZ | 23.15 | 16.19 | 32.92 | - |
| YUV | 115.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 155 | 0 | 0.45 | 0.01 | 0.38 | 301.69 | 0.29 | 0.48 |
| Hex | 9D | 56 | 9B | 0 | 2D | 1 | 26 | 12E | 1D | 30 |
| Octal | 235 | 126 | 233 | 0 | 55 | 1 | 46 | 456 | 35 | 60 |
| Binary | 10011101 | 1010110 | 10011011 | 0 | 101101 | 1 | 100110 | 100101110 | 11101 | 110000 |
Color Harmonies of #9D569B
Complementary color
Monochromatic Colors of #9D569B
Black with #9D569B
Text Example
Text Example
White with #9D569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D569B; }
p { color: rgb(157,86,155); }
H1.HeaderClassName
{
color: #9D569B;
}
.AnyTagClassName
{
color: #9D569B;
}
</style>
background-color css
<style>
a { background-color: #9D569B; }
a { background-color: rgb(157,86,155); }
div.DivClassName
{
background-color: #9D569B;
}
.BgClassName
{
background-color: #9D569B;
}
</style>
border-color css
<style>
span { border-color: #9D569B; }
span { border-color: rgb(157,86,155); }
td.TdClassName
{
border-color: #9D569B;
}
.TagClassName
{
border-color: #9D569B;
}
</style>