Shades of Violet Blue #9D4E96
Tints of Violet Blue #9D4E96
RGB
CMYK
RGB Variations
Color information
#9D4E96 (or 0x9D4E96) is known color: Violet Blue. HEX triplet: 9D, 4E and 96. RGB value is (157,78,150). Sum of RGB (Red+Green+Blue) = 157+78+150=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4E96 is #62B169. Grayscale: #6D6D6D. Windows color (decimal): -6467946 or 9850525. OLE color: 9850525.
HSL color Cylindrical-coordinate representation of color #9D4E96: hue angle of 305.32º 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 #9D4E96 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 150 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.38 |
| HSL | 305.32º | 0.34% | 0.46% | - |
| HSV(B) | 305.32º | 0.5% | 0.62% | - |
| XYZ | 22.13 | 14.82 | 30.55 | - |
| YUV | 109.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 150 | 0 | 0.50 | 0.04 | 0.38 | 305.32 | 0.34 | 0.46 |
| Hex | 9D | 4E | 96 | 0 | 32 | 4 | 26 | 131 | 22 | 2E |
| Octal | 235 | 116 | 226 | 0 | 62 | 4 | 46 | 461 | 42 | 56 |
| Binary | 10011101 | 1001110 | 10010110 | 0 | 110010 | 100 | 100110 | 100110001 | 100010 | 101110 |
Color Harmonies of #9D4E96
Complementary color
Monochromatic Colors of #9D4E96
Black with #9D4E96
Text Example
Text Example
White with #9D4E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E96; }
p { color: rgb(157,78,150); }
H1.HeaderClassName
{
color: #9D4E96;
}
.AnyTagClassName
{
color: #9D4E96;
}
</style>
background-color css
<style>
a { background-color: #9D4E96; }
a { background-color: rgb(157,78,150); }
div.DivClassName
{
background-color: #9D4E96;
}
.BgClassName
{
background-color: #9D4E96;
}
</style>
border-color css
<style>
span { border-color: #9D4E96; }
span { border-color: rgb(157,78,150); }
td.TdClassName
{
border-color: #9D4E96;
}
.TagClassName
{
border-color: #9D4E96;
}
</style>