Shades of Violet Blue #9D4599
Tints of Violet Blue #9D4599
RGB
CMYK
RGB Variations
Color information
#9D4599 (or 0x9D4599) is known color: Violet Blue. HEX triplet: 9D, 45 and 99. RGB value is (157,69,153). Sum of RGB (Red+Green+Blue) = 157+69+153=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4599 is #62BA66. Grayscale: #686868. Windows color (decimal): -6470247 or 10044829. OLE color: 10044829.
HSL color Cylindrical-coordinate representation of color #9D4599: hue angle of 302.73º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4599 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 153 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.38 |
| HSL | 302.73º | 0.39% | 0.44% | - |
| HSV(B) | 302.73º | 0.56% | 0.62% | - |
| XYZ | 21.78 | 13.72 | 31.64 | - |
| YUV | 104.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 153 | 0 | 0.56 | 0.03 | 0.38 | 302.73 | 0.39 | 0.44 |
| Hex | 9D | 45 | 99 | 0 | 38 | 3 | 26 | 12F | 27 | 2C |
| Octal | 235 | 105 | 231 | 0 | 70 | 3 | 46 | 457 | 47 | 54 |
| Binary | 10011101 | 1000101 | 10011001 | 0 | 111000 | 11 | 100110 | 100101111 | 100111 | 101100 |
Color Harmonies of #9D4599
Complementary color
Monochromatic Colors of #9D4599
Black with #9D4599
Text Example
Text Example
White with #9D4599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4599; }
p { color: rgb(157,69,153); }
H1.HeaderClassName
{
color: #9D4599;
}
.AnyTagClassName
{
color: #9D4599;
}
</style>
background-color css
<style>
a { background-color: #9D4599; }
a { background-color: rgb(157,69,153); }
div.DivClassName
{
background-color: #9D4599;
}
.BgClassName
{
background-color: #9D4599;
}
</style>
border-color css
<style>
span { border-color: #9D4599; }
span { border-color: rgb(157,69,153); }
td.TdClassName
{
border-color: #9D4599;
}
.TagClassName
{
border-color: #9D4599;
}
</style>