Shades of Violet Blue #9D56A3
Tints of Violet Blue #9D56A3
RGB
CMYK
RGB Variations
Color information
#9D56A3 (or 0x9D56A3) is known color: Violet Blue. HEX triplet: 9D, 56 and A3. RGB value is (157,86,163). Sum of RGB (Red+Green+Blue) = 157+86+163=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 163 - color contains mainly: blue. Hex color #9D56A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D56A3 is #62A95C. Grayscale: #737373. Windows color (decimal): -6465885 or 10704541. OLE color: 10704541.
HSL color Cylindrical-coordinate representation of color #9D56A3: hue angle of 295.32º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D56A3 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 86 | 163 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.36 |
| HSL | 295.32º | 0.31% | 0.49% | - |
| HSV(B) | 295.32º | 0.47% | 0.64% | - |
| XYZ | 23.84 | 16.47 | 36.57 | - |
| YUV | 116.01 | 154.52 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 163 | 0.04 | 0.47 | 0 | 0.36 | 295.32 | 0.31 | 0.49 |
| Hex | 9D | 56 | A3 | 4 | 2F | 0 | 24 | 127 | 1F | 31 |
| Octal | 235 | 126 | 243 | 4 | 57 | 0 | 44 | 447 | 37 | 61 |
| Binary | 10011101 | 1010110 | 10100011 | 100 | 101111 | 0 | 100100 | 100100111 | 11111 | 110001 |
Color Harmonies of #9D56A3
Complementary color
Monochromatic Colors of #9D56A3
Black with #9D56A3
Text Example
Text Example
White with #9D56A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D56A3; }
p { color: rgb(157,86,163); }
H1.HeaderClassName
{
color: #9D56A3;
}
.AnyTagClassName
{
color: #9D56A3;
}
</style>
background-color css
<style>
a { background-color: #9D56A3; }
a { background-color: rgb(157,86,163); }
div.DivClassName
{
background-color: #9D56A3;
}
.BgClassName
{
background-color: #9D56A3;
}
</style>
border-color css
<style>
span { border-color: #9D56A3; }
span { border-color: rgb(157,86,163); }
td.TdClassName
{
border-color: #9D56A3;
}
.TagClassName
{
border-color: #9D56A3;
}
</style>