Shades of Violet Blue #9D518B
Tints of Violet Blue #9D518B
RGB
CMYK
RGB Variations
Color information
#9D518B (or 0x9D518B) is known color: Violet Blue. HEX triplet: 9D, 51 and 8B. RGB value is (157,81,139). Sum of RGB (Red+Green+Blue) = 157+81+139=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D518B is #62AE74. Grayscale: #6E6E6E. Windows color (decimal): -6467189 or 9130397. OLE color: 9130397.
HSL color Cylindrical-coordinate representation of color #9D518B: hue angle of 314.21º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D518B is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 139 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.38 |
| HSL | 314.21º | 0.32% | 0.47% | - |
| HSV(B) | 314.21º | 0.48% | 0.62% | - |
| XYZ | 21.51 | 14.92 | 26.17 | - |
| YUV | 110.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 139 | 0 | 0.48 | 0.11 | 0.38 | 314.21 | 0.32 | 0.47 |
| Hex | 9D | 51 | 8B | 0 | 30 | B | 26 | 13A | 20 | 2F |
| Octal | 235 | 121 | 213 | 0 | 60 | 13 | 46 | 472 | 40 | 57 |
| Binary | 10011101 | 1010001 | 10001011 | 0 | 110000 | 1011 | 100110 | 100111010 | 100000 | 101111 |
Color Harmonies of #9D518B
Complementary color
Monochromatic Colors of #9D518B
Black with #9D518B
Text Example
Text Example
White with #9D518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D518B; }
p { color: rgb(157,81,139); }
H1.HeaderClassName
{
color: #9D518B;
}
.AnyTagClassName
{
color: #9D518B;
}
</style>
background-color css
<style>
a { background-color: #9D518B; }
a { background-color: rgb(157,81,139); }
div.DivClassName
{
background-color: #9D518B;
}
.BgClassName
{
background-color: #9D518B;
}
</style>
border-color css
<style>
span { border-color: #9D518B; }
span { border-color: rgb(157,81,139); }
td.TdClassName
{
border-color: #9D518B;
}
.TagClassName
{
border-color: #9D518B;
}
</style>