Shades of Violet Blue #9D4D98
Tints of Violet Blue #9D4D98
RGB
CMYK
RGB Variations
Color information
#9D4D98 (or 0x9D4D98) is known color: Violet Blue. HEX triplet: 9D, 4D and 98. RGB value is (157,77,152). Sum of RGB (Red+Green+Blue) = 157+77+152=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4D98 is #62B267. Grayscale: #6D6D6D. Windows color (decimal): -6468200 or 9981341. OLE color: 9981341.
HSL color Cylindrical-coordinate representation of color #9D4D98: hue angle of 303.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D4D98 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 152 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.38 |
| HSL | 303.75º | 0.34% | 0.46% | - |
| HSV(B) | 303.75º | 0.51% | 0.62% | - |
| XYZ | 22.23 | 14.74 | 31.38 | - |
| YUV | 109.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 152 | 0 | 0.51 | 0.03 | 0.38 | 303.75 | 0.34 | 0.46 |
| Hex | 9D | 4D | 98 | 0 | 33 | 3 | 26 | 130 | 22 | 2E |
| Octal | 235 | 115 | 230 | 0 | 63 | 3 | 46 | 460 | 42 | 56 |
| Binary | 10011101 | 1001101 | 10011000 | 0 | 110011 | 11 | 100110 | 100110000 | 100010 | 101110 |
Color Harmonies of #9D4D98
Complementary color
Monochromatic Colors of #9D4D98
Black with #9D4D98
Text Example
Text Example
White with #9D4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D98; }
p { color: rgb(157,77,152); }
H1.HeaderClassName
{
color: #9D4D98;
}
.AnyTagClassName
{
color: #9D4D98;
}
</style>
background-color css
<style>
a { background-color: #9D4D98; }
a { background-color: rgb(157,77,152); }
div.DivClassName
{
background-color: #9D4D98;
}
.BgClassName
{
background-color: #9D4D98;
}
</style>
border-color css
<style>
span { border-color: #9D4D98; }
span { border-color: rgb(157,77,152); }
td.TdClassName
{
border-color: #9D4D98;
}
.TagClassName
{
border-color: #9D4D98;
}
</style>