Shades of Violet Blue #9D4E94
Tints of Violet Blue #9D4E94
RGB
CMYK
RGB Variations
Color information
#9D4E94 (or 0x9D4E94) is known color: Violet Blue. HEX triplet: 9D, 4E and 94. RGB value is (157,78,148). Sum of RGB (Red+Green+Blue) = 157+78+148=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4E94 is #62B16B. Grayscale: #6D6D6D. Windows color (decimal): -6467948 or 9719453. OLE color: 9719453.
HSL color Cylindrical-coordinate representation of color #9D4E94: hue angle of 306.84º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E94 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 148 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.38 |
| HSL | 306.84º | 0.34% | 0.46% | - |
| HSV(B) | 306.84º | 0.5% | 0.62% | - |
| XYZ | 21.97 | 14.76 | 29.71 | - |
| YUV | 109.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 148 | 0 | 0.50 | 0.06 | 0.38 | 306.84 | 0.34 | 0.46 |
| Hex | 9D | 4E | 94 | 0 | 32 | 6 | 26 | 133 | 22 | 2E |
| Octal | 235 | 116 | 224 | 0 | 62 | 6 | 46 | 463 | 42 | 56 |
| Binary | 10011101 | 1001110 | 10010100 | 0 | 110010 | 110 | 100110 | 100110011 | 100010 | 101110 |
Color Harmonies of #9D4E94
Complementary color
Monochromatic Colors of #9D4E94
Black with #9D4E94
Text Example
Text Example
White with #9D4E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E94; }
p { color: rgb(157,78,148); }
H1.HeaderClassName
{
color: #9D4E94;
}
.AnyTagClassName
{
color: #9D4E94;
}
</style>
background-color css
<style>
a { background-color: #9D4E94; }
a { background-color: rgb(157,78,148); }
div.DivClassName
{
background-color: #9D4E94;
}
.BgClassName
{
background-color: #9D4E94;
}
</style>
border-color css
<style>
span { border-color: #9D4E94; }
span { border-color: rgb(157,78,148); }
td.TdClassName
{
border-color: #9D4E94;
}
.TagClassName
{
border-color: #9D4E94;
}
</style>