Shades of Violet Blue #9D5F98
Tints of Violet Blue #9D5F98
RGB
CMYK
RGB Variations
Color information
#9D5F98 (or 0x9D5F98) is known color: Violet Blue. HEX triplet: 9D, 5F and 98. RGB value is (157,95,152). Sum of RGB (Red+Green+Blue) = 157+95+152=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5F98 is #62A067. Grayscale: #777777. Windows color (decimal): -6463592 or 9985949. OLE color: 9985949.
HSL color Cylindrical-coordinate representation of color #9D5F98: hue angle of 304.84º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D5F98 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 95 | 152 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.38 |
| HSL | 304.84º | 0.25% | 0.49% | - |
| HSV(B) | 304.84º | 0.39% | 0.62% | - |
| XYZ | 23.66 | 17.62 | 31.86 | - |
| YUV | 120.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 152 | 0 | 0.39 | 0.03 | 0.38 | 304.84 | 0.25 | 0.49 |
| Hex | 9D | 5F | 98 | 0 | 27 | 3 | 26 | 131 | 19 | 31 |
| Octal | 235 | 137 | 230 | 0 | 47 | 3 | 46 | 461 | 31 | 61 |
| Binary | 10011101 | 1011111 | 10011000 | 0 | 100111 | 11 | 100110 | 100110001 | 11001 | 110001 |
Color Harmonies of #9D5F98
Complementary color
Monochromatic Colors of #9D5F98
Black with #9D5F98
Text Example
Text Example
White with #9D5F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5F98; }
p { color: rgb(157,95,152); }
H1.HeaderClassName
{
color: #9D5F98;
}
.AnyTagClassName
{
color: #9D5F98;
}
</style>
background-color css
<style>
a { background-color: #9D5F98; }
a { background-color: rgb(157,95,152); }
div.DivClassName
{
background-color: #9D5F98;
}
.BgClassName
{
background-color: #9D5F98;
}
</style>
border-color css
<style>
span { border-color: #9D5F98; }
span { border-color: rgb(157,95,152); }
td.TdClassName
{
border-color: #9D5F98;
}
.TagClassName
{
border-color: #9D5F98;
}
</style>