Shades of Violet Blue #9D569A
Tints of Violet Blue #9D569A
RGB
CMYK
RGB Variations
Color information
#9D569A (or 0x9D569A) is known color: Violet Blue. HEX triplet: 9D, 56 and 9A. RGB value is (157,86,154). Sum of RGB (Red+Green+Blue) = 157+86+154=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D569A is #62A965. Grayscale: #727272. Windows color (decimal): -6465894 or 10114717. OLE color: 10114717.
HSL color Cylindrical-coordinate representation of color #9D569A: hue angle of 302.54º 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 #9D569A is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 86 | 154 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.38 |
| HSL | 302.54º | 0.29% | 0.48% | - |
| HSV(B) | 302.54º | 0.45% | 0.62% | - |
| XYZ | 23.07 | 16.16 | 32.47 | - |
| YUV | 114.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 154 | 0 | 0.45 | 0.02 | 0.38 | 302.54 | 0.29 | 0.48 |
| Hex | 9D | 56 | 9A | 0 | 2D | 2 | 26 | 12F | 1D | 30 |
| Octal | 235 | 126 | 232 | 0 | 55 | 2 | 46 | 457 | 35 | 60 |
| Binary | 10011101 | 1010110 | 10011010 | 0 | 101101 | 10 | 100110 | 100101111 | 11101 | 110000 |
Color Harmonies of #9D569A
Complementary color
Monochromatic Colors of #9D569A
Black with #9D569A
Text Example
Text Example
White with #9D569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D569A; }
p { color: rgb(157,86,154); }
H1.HeaderClassName
{
color: #9D569A;
}
.AnyTagClassName
{
color: #9D569A;
}
</style>
background-color css
<style>
a { background-color: #9D569A; }
a { background-color: rgb(157,86,154); }
div.DivClassName
{
background-color: #9D569A;
}
.BgClassName
{
background-color: #9D569A;
}
</style>
border-color css
<style>
span { border-color: #9D569A; }
span { border-color: rgb(157,86,154); }
td.TdClassName
{
border-color: #9D569A;
}
.TagClassName
{
border-color: #9D569A;
}
</style>