Shades of Violet Blue #9D4E95
Tints of Violet Blue #9D4E95
RGB
CMYK
RGB Variations
Color information
#9D4E95 (or 0x9D4E95) is known color: Violet Blue. HEX triplet: 9D, 4E and 95. RGB value is (157,78,149). Sum of RGB (Red+Green+Blue) = 157+78+149=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4E95 is #62B16A. Grayscale: #6D6D6D. Windows color (decimal): -6467947 or 9784989. OLE color: 9784989.
HSL color Cylindrical-coordinate representation of color #9D4E95: hue angle of 306.08º 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 #9D4E95 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 149 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.38 |
| HSL | 306.08º | 0.34% | 0.46% | - |
| HSV(B) | 306.08º | 0.5% | 0.62% | - |
| XYZ | 22.05 | 14.79 | 30.13 | - |
| YUV | 109.72 | 150.17 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 149 | 0 | 0.50 | 0.05 | 0.38 | 306.08 | 0.34 | 0.46 |
| Hex | 9D | 4E | 95 | 0 | 32 | 5 | 26 | 132 | 22 | 2E |
| Octal | 235 | 116 | 225 | 0 | 62 | 5 | 46 | 462 | 42 | 56 |
| Binary | 10011101 | 1001110 | 10010101 | 0 | 110010 | 101 | 100110 | 100110010 | 100010 | 101110 |
Color Harmonies of #9D4E95
Complementary color
Monochromatic Colors of #9D4E95
Black with #9D4E95
Text Example
Text Example
White with #9D4E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E95; }
p { color: rgb(157,78,149); }
H1.HeaderClassName
{
color: #9D4E95;
}
.AnyTagClassName
{
color: #9D4E95;
}
</style>
background-color css
<style>
a { background-color: #9D4E95; }
a { background-color: rgb(157,78,149); }
div.DivClassName
{
background-color: #9D4E95;
}
.BgClassName
{
background-color: #9D4E95;
}
</style>
border-color css
<style>
span { border-color: #9D4E95; }
span { border-color: rgb(157,78,149); }
td.TdClassName
{
border-color: #9D4E95;
}
.TagClassName
{
border-color: #9D4E95;
}
</style>