Shades of Violet Blue #9B518F
Tints of Violet Blue #9B518F
RGB
CMYK
RGB Variations
Color information
#9B518F (or 0x9B518F) is known color: Violet Blue. HEX triplet: 9B, 51 and 8F. RGB value is (155,81,143). Sum of RGB (Red+Green+Blue) = 155+81+143=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B518F is #64AE70. Grayscale: #6E6E6E. Windows color (decimal): -6598257 or 9392539. OLE color: 9392539.
HSL color Cylindrical-coordinate representation of color #9B518F: hue angle of 309.73º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B518F is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 143 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.39 |
| HSL | 309.73º | 0.31% | 0.46% | - |
| HSV(B) | 309.73º | 0.48% | 0.61% | - |
| XYZ | 21.42 | 14.84 | 27.72 | - |
| YUV | 110.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 143 | 0 | 0.48 | 0.08 | 0.39 | 309.73 | 0.31 | 0.46 |
| Hex | 9B | 51 | 8F | 0 | 30 | 8 | 27 | 136 | 1F | 2E |
| Octal | 233 | 121 | 217 | 0 | 60 | 10 | 47 | 466 | 37 | 56 |
| Binary | 10011011 | 1010001 | 10001111 | 0 | 110000 | 1000 | 100111 | 100110110 | 11111 | 101110 |
Color Harmonies of #9B518F
Complementary color
Monochromatic Colors of #9B518F
Black with #9B518F
Text Example
Text Example
White with #9B518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B518F; }
p { color: rgb(155,81,143); }
H1.HeaderClassName
{
color: #9B518F;
}
.AnyTagClassName
{
color: #9B518F;
}
</style>
background-color css
<style>
a { background-color: #9B518F; }
a { background-color: rgb(155,81,143); }
div.DivClassName
{
background-color: #9B518F;
}
.BgClassName
{
background-color: #9B518F;
}
</style>
border-color css
<style>
span { border-color: #9B518F; }
span { border-color: rgb(155,81,143); }
td.TdClassName
{
border-color: #9B518F;
}
.TagClassName
{
border-color: #9B518F;
}
</style>