Shades of Violet Blue #9D539A
Tints of Violet Blue #9D539A
RGB
CMYK
RGB Variations
Color information
#9D539A (or 0x9D539A) is known color: Violet Blue. HEX triplet: 9D, 53 and 9A. RGB value is (157,83,154). Sum of RGB (Red+Green+Blue) = 157+83+154=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D539A is #62AC65. Grayscale: #717171. Windows color (decimal): -6466662 or 10113949. OLE color: 10113949.
HSL color Cylindrical-coordinate representation of color #9D539A: hue angle of 302.43º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D539A is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 154 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.38 |
| HSL | 302.43º | 0.31% | 0.47% | - |
| HSV(B) | 302.43º | 0.47% | 0.62% | - |
| XYZ | 22.83 | 15.69 | 32.4 | - |
| YUV | 113.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 154 | 0 | 0.47 | 0.02 | 0.38 | 302.43 | 0.31 | 0.47 |
| Hex | 9D | 53 | 9A | 0 | 2F | 2 | 26 | 12E | 1F | 2F |
| Octal | 235 | 123 | 232 | 0 | 57 | 2 | 46 | 456 | 37 | 57 |
| Binary | 10011101 | 1010011 | 10011010 | 0 | 101111 | 10 | 100110 | 100101110 | 11111 | 101111 |
Color Harmonies of #9D539A
Complementary color
Monochromatic Colors of #9D539A
Black with #9D539A
Text Example
Text Example
White with #9D539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D539A; }
p { color: rgb(157,83,154); }
H1.HeaderClassName
{
color: #9D539A;
}
.AnyTagClassName
{
color: #9D539A;
}
</style>
background-color css
<style>
a { background-color: #9D539A; }
a { background-color: rgb(157,83,154); }
div.DivClassName
{
background-color: #9D539A;
}
.BgClassName
{
background-color: #9D539A;
}
</style>
border-color css
<style>
span { border-color: #9D539A; }
span { border-color: rgb(157,83,154); }
td.TdClassName
{
border-color: #9D539A;
}
.TagClassName
{
border-color: #9D539A;
}
</style>