Shades of Violet Blue #9C518B
Tints of Violet Blue #9C518B
RGB
CMYK
RGB Variations
Color information
#9C518B (or 0x9C518B) is known color: Violet Blue. HEX triplet: 9C, 51 and 8B. RGB value is (156,81,139). Sum of RGB (Red+Green+Blue) = 156+81+139=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C518B is #63AE74. Grayscale: #6D6D6D. Windows color (decimal): -6532725 or 9130396. OLE color: 9130396.
HSL color Cylindrical-coordinate representation of color #9C518B: hue angle of 313.6º degrees, saturation: 0.32, 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 #9C518B is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 139 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.39 |
| HSL | 313.6º | 0.32% | 0.46% | - |
| HSV(B) | 313.6º | 0.48% | 0.61% | - |
| XYZ | 21.31 | 14.82 | 26.16 | - |
| YUV | 110.04 | 144.35 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 139 | 0 | 0.48 | 0.11 | 0.39 | 313.6 | 0.32 | 0.46 |
| Hex | 9C | 51 | 8B | 0 | 30 | B | 27 | 13A | 20 | 2E |
| Octal | 234 | 121 | 213 | 0 | 60 | 13 | 47 | 472 | 40 | 56 |
| Binary | 10011100 | 1010001 | 10001011 | 0 | 110000 | 1011 | 100111 | 100111010 | 100000 | 101110 |
Color Harmonies of #9C518B
Complementary color
Monochromatic Colors of #9C518B
Black with #9C518B
Text Example
Text Example
White with #9C518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C518B; }
p { color: rgb(156,81,139); }
H1.HeaderClassName
{
color: #9C518B;
}
.AnyTagClassName
{
color: #9C518B;
}
</style>
background-color css
<style>
a { background-color: #9C518B; }
a { background-color: rgb(156,81,139); }
div.DivClassName
{
background-color: #9C518B;
}
.BgClassName
{
background-color: #9C518B;
}
</style>
border-color css
<style>
span { border-color: #9C518B; }
span { border-color: rgb(156,81,139); }
td.TdClassName
{
border-color: #9C518B;
}
.TagClassName
{
border-color: #9C518B;
}
</style>