Shades of Violet Blue #9D529A
Tints of Violet Blue #9D529A
RGB
CMYK
RGB Variations
Color information
#9D529A (or 0x9D529A) is known color: Violet Blue. HEX triplet: 9D, 52 and 9A. RGB value is (157,82,154). Sum of RGB (Red+Green+Blue) = 157+82+154=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D529A is #62AD65. Grayscale: #707070. Windows color (decimal): -6466918 or 10113693. OLE color: 10113693.
HSL color Cylindrical-coordinate representation of color #9D529A: hue angle of 302.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D529A is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 154 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.38 |
| HSL | 302.4º | 0.31% | 0.47% | - |
| HSV(B) | 302.4º | 0.48% | 0.62% | - |
| XYZ | 22.75 | 15.54 | 32.37 | - |
| YUV | 112.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 154 | 0 | 0.48 | 0.02 | 0.38 | 302.4 | 0.31 | 0.47 |
| Hex | 9D | 52 | 9A | 0 | 30 | 2 | 26 | 12E | 1F | 2F |
| Octal | 235 | 122 | 232 | 0 | 60 | 2 | 46 | 456 | 37 | 57 |
| Binary | 10011101 | 1010010 | 10011010 | 0 | 110000 | 10 | 100110 | 100101110 | 11111 | 101111 |
Color Harmonies of #9D529A
Complementary color
Monochromatic Colors of #9D529A
Black with #9D529A
Text Example
Text Example
White with #9D529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D529A; }
p { color: rgb(157,82,154); }
H1.HeaderClassName
{
color: #9D529A;
}
.AnyTagClassName
{
color: #9D529A;
}
</style>
background-color css
<style>
a { background-color: #9D529A; }
a { background-color: rgb(157,82,154); }
div.DivClassName
{
background-color: #9D529A;
}
.BgClassName
{
background-color: #9D529A;
}
</style>
border-color css
<style>
span { border-color: #9D529A; }
span { border-color: rgb(157,82,154); }
td.TdClassName
{
border-color: #9D529A;
}
.TagClassName
{
border-color: #9D529A;
}
</style>