Shades of Violet Blue #9D4796
Tints of Violet Blue #9D4796
RGB
CMYK
RGB Variations
Color information
#9D4796 (or 0x9D4796) is known color: Violet Blue. HEX triplet: 9D, 47 and 96. RGB value is (157,71,150). Sum of RGB (Red+Green+Blue) = 157+71+150=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4796 is #62B869. Grayscale: #696969. Windows color (decimal): -6469738 or 9848733. OLE color: 9848733.
HSL color Cylindrical-coordinate representation of color #9D4796: hue angle of 304.88º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4796 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 71 | 150 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.38 |
| HSL | 304.88º | 0.38% | 0.45% | - |
| HSV(B) | 304.88º | 0.55% | 0.62% | - |
| XYZ | 21.66 | 13.88 | 30.39 | - |
| YUV | 105.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 150 | 0 | 0.55 | 0.04 | 0.38 | 304.88 | 0.38 | 0.45 |
| Hex | 9D | 47 | 96 | 0 | 37 | 4 | 26 | 131 | 26 | 2D |
| Octal | 235 | 107 | 226 | 0 | 67 | 4 | 46 | 461 | 46 | 55 |
| Binary | 10011101 | 1000111 | 10010110 | 0 | 110111 | 100 | 100110 | 100110001 | 100110 | 101101 |
Color Harmonies of #9D4796
Complementary color
Monochromatic Colors of #9D4796
Black with #9D4796
Text Example
Text Example
White with #9D4796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4796; }
p { color: rgb(157,71,150); }
H1.HeaderClassName
{
color: #9D4796;
}
.AnyTagClassName
{
color: #9D4796;
}
</style>
background-color css
<style>
a { background-color: #9D4796; }
a { background-color: rgb(157,71,150); }
div.DivClassName
{
background-color: #9D4796;
}
.BgClassName
{
background-color: #9D4796;
}
</style>
border-color css
<style>
span { border-color: #9D4796; }
span { border-color: rgb(157,71,150); }
td.TdClassName
{
border-color: #9D4796;
}
.TagClassName
{
border-color: #9D4796;
}
</style>