Shades of Violet Blue #9D518F
Tints of Violet Blue #9D518F
RGB
CMYK
RGB Variations
Color information
#9D518F (or 0x9D518F) is known color: Violet Blue. HEX triplet: 9D, 51 and 8F. RGB value is (157,81,143). Sum of RGB (Red+Green+Blue) = 157+81+143=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D518F is #62AE70. Grayscale: #6E6E6E. Windows color (decimal): -6467185 or 9392541. OLE color: 9392541.
HSL color Cylindrical-coordinate representation of color #9D518F: hue angle of 311.05º 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 #9D518F is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 143 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.38 |
| HSL | 311.05º | 0.32% | 0.47% | - |
| HSV(B) | 311.05º | 0.48% | 0.62% | - |
| XYZ | 21.8 | 15.04 | 27.74 | - |
| YUV | 110.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 143 | 0 | 0.48 | 0.09 | 0.38 | 311.05 | 0.32 | 0.47 |
| Hex | 9D | 51 | 8F | 0 | 30 | 9 | 26 | 137 | 20 | 2F |
| Octal | 235 | 121 | 217 | 0 | 60 | 11 | 46 | 467 | 40 | 57 |
| Binary | 10011101 | 1010001 | 10001111 | 0 | 110000 | 1001 | 100110 | 100110111 | 100000 | 101111 |
Color Harmonies of #9D518F
Complementary color
Monochromatic Colors of #9D518F
Black with #9D518F
Text Example
Text Example
White with #9D518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D518F; }
p { color: rgb(157,81,143); }
H1.HeaderClassName
{
color: #9D518F;
}
.AnyTagClassName
{
color: #9D518F;
}
</style>
background-color css
<style>
a { background-color: #9D518F; }
a { background-color: rgb(157,81,143); }
div.DivClassName
{
background-color: #9D518F;
}
.BgClassName
{
background-color: #9D518F;
}
</style>
border-color css
<style>
span { border-color: #9D518F; }
span { border-color: rgb(157,81,143); }
td.TdClassName
{
border-color: #9D518F;
}
.TagClassName
{
border-color: #9D518F;
}
</style>