Shades of Violet Blue #9D518C
Tints of Violet Blue #9D518C
RGB
CMYK
RGB Variations
Color information
#9D518C (or 0x9D518C) is known color: Violet Blue. HEX triplet: 9D, 51 and 8C. RGB value is (157,81,140). Sum of RGB (Red+Green+Blue) = 157+81+140=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D518C is #62AE73. Grayscale: #6E6E6E. Windows color (decimal): -6467188 or 9195933. OLE color: 9195933.
HSL color Cylindrical-coordinate representation of color #9D518C: hue angle of 313.42º 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 #9D518C is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 140 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.38 |
| HSL | 313.42º | 0.32% | 0.47% | - |
| HSV(B) | 313.42º | 0.48% | 0.62% | - |
| XYZ | 21.58 | 14.95 | 26.56 | - |
| YUV | 110.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 140 | 0 | 0.48 | 0.11 | 0.38 | 313.42 | 0.32 | 0.47 |
| Hex | 9D | 51 | 8C | 0 | 30 | B | 26 | 139 | 20 | 2F |
| Octal | 235 | 121 | 214 | 0 | 60 | 13 | 46 | 471 | 40 | 57 |
| Binary | 10011101 | 1010001 | 10001100 | 0 | 110000 | 1011 | 100110 | 100111001 | 100000 | 101111 |
Color Harmonies of #9D518C
Complementary color
Monochromatic Colors of #9D518C
Black with #9D518C
Text Example
Text Example
White with #9D518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D518C; }
p { color: rgb(157,81,140); }
H1.HeaderClassName
{
color: #9D518C;
}
.AnyTagClassName
{
color: #9D518C;
}
</style>
background-color css
<style>
a { background-color: #9D518C; }
a { background-color: rgb(157,81,140); }
div.DivClassName
{
background-color: #9D518C;
}
.BgClassName
{
background-color: #9D518C;
}
</style>
border-color css
<style>
span { border-color: #9D518C; }
span { border-color: rgb(157,81,140); }
td.TdClassName
{
border-color: #9D518C;
}
.TagClassName
{
border-color: #9D518C;
}
</style>