Shades of Violet Blue #9D5E92
Tints of Violet Blue #9D5E92
RGB
CMYK
RGB Variations
Color information
#9D5E92 (or 0x9D5E92) is known color: Violet Blue. HEX triplet: 9D, 5E and 92. RGB value is (157,94,146). Sum of RGB (Red+Green+Blue) = 157+94+146=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E92 is #62A16D. Grayscale: #767676. Windows color (decimal): -6463854 or 9592477. OLE color: 9592477.
HSL color Cylindrical-coordinate representation of color #9D5E92: hue angle of 310.48º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E92 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 146 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.38 |
| HSL | 310.48º | 0.25% | 0.49% | - |
| HSV(B) | 310.48º | 0.4% | 0.62% | - |
| XYZ | 23.1 | 17.25 | 29.31 | - |
| YUV | 118.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 146 | 0 | 0.40 | 0.07 | 0.38 | 310.48 | 0.25 | 0.49 |
| Hex | 9D | 5E | 92 | 0 | 28 | 7 | 26 | 136 | 19 | 31 |
| Octal | 235 | 136 | 222 | 0 | 50 | 7 | 46 | 466 | 31 | 61 |
| Binary | 10011101 | 1011110 | 10010010 | 0 | 101000 | 111 | 100110 | 100110110 | 11001 | 110001 |
Color Harmonies of #9D5E92
Complementary color
Monochromatic Colors of #9D5E92
Black with #9D5E92
Text Example
Text Example
White with #9D5E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E92; }
p { color: rgb(157,94,146); }
H1.HeaderClassName
{
color: #9D5E92;
}
.AnyTagClassName
{
color: #9D5E92;
}
</style>
background-color css
<style>
a { background-color: #9D5E92; }
a { background-color: rgb(157,94,146); }
div.DivClassName
{
background-color: #9D5E92;
}
.BgClassName
{
background-color: #9D5E92;
}
</style>
border-color css
<style>
span { border-color: #9D5E92; }
span { border-color: rgb(157,94,146); }
td.TdClassName
{
border-color: #9D5E92;
}
.TagClassName
{
border-color: #9D5E92;
}
</style>