Shades of Violet Blue #9D5398
Tints of Violet Blue #9D5398
RGB
CMYK
RGB Variations
Color information
#9D5398 (or 0x9D5398) is known color: Violet Blue. HEX triplet: 9D, 53 and 98. RGB value is (157,83,152). Sum of RGB (Red+Green+Blue) = 157+83+152=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5398 is #62AC67. Grayscale: #707070. Windows color (decimal): -6466664 or 9982877. OLE color: 9982877.
HSL color Cylindrical-coordinate representation of color #9D5398: hue angle of 304.05º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D5398 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 152 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.38 |
| HSL | 304.05º | 0.31% | 0.47% | - |
| HSV(B) | 304.05º | 0.47% | 0.62% | - |
| XYZ | 22.67 | 15.62 | 31.53 | - |
| YUV | 112.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 152 | 0 | 0.47 | 0.03 | 0.38 | 304.05 | 0.31 | 0.47 |
| Hex | 9D | 53 | 98 | 0 | 2F | 3 | 26 | 130 | 1F | 2F |
| Octal | 235 | 123 | 230 | 0 | 57 | 3 | 46 | 460 | 37 | 57 |
| Binary | 10011101 | 1010011 | 10011000 | 0 | 101111 | 11 | 100110 | 100110000 | 11111 | 101111 |
Color Harmonies of #9D5398
Complementary color
Monochromatic Colors of #9D5398
Black with #9D5398
Text Example
Text Example
White with #9D5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5398; }
p { color: rgb(157,83,152); }
H1.HeaderClassName
{
color: #9D5398;
}
.AnyTagClassName
{
color: #9D5398;
}
</style>
background-color css
<style>
a { background-color: #9D5398; }
a { background-color: rgb(157,83,152); }
div.DivClassName
{
background-color: #9D5398;
}
.BgClassName
{
background-color: #9D5398;
}
</style>
border-color css
<style>
span { border-color: #9D5398; }
span { border-color: rgb(157,83,152); }
td.TdClassName
{
border-color: #9D5398;
}
.TagClassName
{
border-color: #9D5398;
}
</style>