Shades of Violet Blue #9D4697
Tints of Violet Blue #9D4697
RGB
CMYK
RGB Variations
Color information
#9D4697 (or 0x9D4697) is known color: Violet Blue. HEX triplet: 9D, 46 and 97. RGB value is (157,70,151). Sum of RGB (Red+Green+Blue) = 157+70+151=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4697 is #62B968. Grayscale: #696969. Windows color (decimal): -6469993 or 9914013. OLE color: 9914013.
HSL color Cylindrical-coordinate representation of color #9D4697: hue angle of 304.14º 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 #9D4697 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 151 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.38 |
| HSL | 304.14º | 0.38% | 0.45% | - |
| HSV(B) | 304.14º | 0.55% | 0.62% | - |
| XYZ | 21.68 | 13.78 | 30.8 | - |
| YUV | 105.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 151 | 0 | 0.55 | 0.04 | 0.38 | 304.14 | 0.38 | 0.45 |
| Hex | 9D | 46 | 97 | 0 | 37 | 4 | 26 | 130 | 26 | 2D |
| Octal | 235 | 106 | 227 | 0 | 67 | 4 | 46 | 460 | 46 | 55 |
| Binary | 10011101 | 1000110 | 10010111 | 0 | 110111 | 100 | 100110 | 100110000 | 100110 | 101101 |
Color Harmonies of #9D4697
Complementary color
Monochromatic Colors of #9D4697
Black with #9D4697
Text Example
Text Example
White with #9D4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4697; }
p { color: rgb(157,70,151); }
H1.HeaderClassName
{
color: #9D4697;
}
.AnyTagClassName
{
color: #9D4697;
}
</style>
background-color css
<style>
a { background-color: #9D4697; }
a { background-color: rgb(157,70,151); }
div.DivClassName
{
background-color: #9D4697;
}
.BgClassName
{
background-color: #9D4697;
}
</style>
border-color css
<style>
span { border-color: #9D4697; }
span { border-color: rgb(157,70,151); }
td.TdClassName
{
border-color: #9D4697;
}
.TagClassName
{
border-color: #9D4697;
}
</style>