Shades of Violet Blue #9D5E93
Tints of Violet Blue #9D5E93
RGB
CMYK
RGB Variations
Color information
#9D5E93 (or 0x9D5E93) is known color: Violet Blue. HEX triplet: 9D, 5E and 93. RGB value is (157,94,147). Sum of RGB (Red+Green+Blue) = 157+94+147=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E93 is #62A16C. Grayscale: #767676. Windows color (decimal): -6463853 or 9658013. OLE color: 9658013.
HSL color Cylindrical-coordinate representation of color #9D5E93: hue angle of 309.52º 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 #9D5E93 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 147 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.38 |
| HSL | 309.52º | 0.25% | 0.49% | - |
| HSV(B) | 309.52º | 0.4% | 0.62% | - |
| XYZ | 23.17 | 17.28 | 29.72 | - |
| YUV | 118.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 147 | 0 | 0.40 | 0.06 | 0.38 | 309.52 | 0.25 | 0.49 |
| Hex | 9D | 5E | 93 | 0 | 28 | 6 | 26 | 136 | 19 | 31 |
| Octal | 235 | 136 | 223 | 0 | 50 | 6 | 46 | 466 | 31 | 61 |
| Binary | 10011101 | 1011110 | 10010011 | 0 | 101000 | 110 | 100110 | 100110110 | 11001 | 110001 |
Color Harmonies of #9D5E93
Complementary color
Monochromatic Colors of #9D5E93
Black with #9D5E93
Text Example
Text Example
White with #9D5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E93; }
p { color: rgb(157,94,147); }
H1.HeaderClassName
{
color: #9D5E93;
}
.AnyTagClassName
{
color: #9D5E93;
}
</style>
background-color css
<style>
a { background-color: #9D5E93; }
a { background-color: rgb(157,94,147); }
div.DivClassName
{
background-color: #9D5E93;
}
.BgClassName
{
background-color: #9D5E93;
}
</style>
border-color css
<style>
span { border-color: #9D5E93; }
span { border-color: rgb(157,94,147); }
td.TdClassName
{
border-color: #9D5E93;
}
.TagClassName
{
border-color: #9D5E93;
}
</style>