Shades of Violet Blue #9D4596
Tints of Violet Blue #9D4596
RGB
CMYK
RGB Variations
Color information
#9D4596 (or 0x9D4596) is known color: Violet Blue. HEX triplet: 9D, 45 and 96. RGB value is (157,69,150). Sum of RGB (Red+Green+Blue) = 157+69+150=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4596 is #62BA69. Grayscale: #686868. Windows color (decimal): -6470250 or 9848221. OLE color: 9848221.
HSL color Cylindrical-coordinate representation of color #9D4596: hue angle of 304.77º 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 #9D4596 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 150 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.38 |
| HSL | 304.77º | 0.39% | 0.44% | - |
| HSV(B) | 304.77º | 0.56% | 0.62% | - |
| XYZ | 21.54 | 13.63 | 30.35 | - |
| YUV | 104.55 | 153.65 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 150 | 0 | 0.56 | 0.04 | 0.38 | 304.77 | 0.39 | 0.44 |
| Hex | 9D | 45 | 96 | 0 | 38 | 4 | 26 | 131 | 27 | 2C |
| Octal | 235 | 105 | 226 | 0 | 70 | 4 | 46 | 461 | 47 | 54 |
| Binary | 10011101 | 1000101 | 10010110 | 0 | 111000 | 100 | 100110 | 100110001 | 100111 | 101100 |
Color Harmonies of #9D4596
Complementary color
Monochromatic Colors of #9D4596
Black with #9D4596
Text Example
Text Example
White with #9D4596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4596; }
p { color: rgb(157,69,150); }
H1.HeaderClassName
{
color: #9D4596;
}
.AnyTagClassName
{
color: #9D4596;
}
</style>
background-color css
<style>
a { background-color: #9D4596; }
a { background-color: rgb(157,69,150); }
div.DivClassName
{
background-color: #9D4596;
}
.BgClassName
{
background-color: #9D4596;
}
</style>
border-color css
<style>
span { border-color: #9D4596; }
span { border-color: rgb(157,69,150); }
td.TdClassName
{
border-color: #9D4596;
}
.TagClassName
{
border-color: #9D4596;
}
</style>