Shades of Violet Blue #9A518E
Tints of Violet Blue #9A518E
RGB
CMYK
RGB Variations
Color information
#9A518E (or 0x9A518E) is known color: Violet Blue. HEX triplet: 9A, 51 and 8E. RGB value is (154,81,142). Sum of RGB (Red+Green+Blue) = 154+81+142=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A518E is #65AE71. Grayscale: #6D6D6D. Windows color (decimal): -6663794 or 9327002. OLE color: 9327002.
HSL color Cylindrical-coordinate representation of color #9A518E: hue angle of 309.86º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A518E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 142 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.40 |
| HSL | 309.86º | 0.31% | 0.46% | - |
| HSV(B) | 309.86º | 0.47% | 0.6% | - |
| XYZ | 21.15 | 14.71 | 27.32 | - |
| YUV | 109.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 142 | 0 | 0.47 | 0.08 | 0.40 | 309.86 | 0.31 | 0.46 |
| Hex | 9A | 51 | 8E | 0 | 2F | 8 | 28 | 136 | 1F | 2E |
| Octal | 232 | 121 | 216 | 0 | 57 | 10 | 50 | 466 | 37 | 56 |
| Binary | 10011010 | 1010001 | 10001110 | 0 | 101111 | 1000 | 101000 | 100110110 | 11111 | 101110 |
Color Harmonies of #9A518E
Complementary color
Monochromatic Colors of #9A518E
Black with #9A518E
Text Example
Text Example
White with #9A518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A518E; }
p { color: rgb(154,81,142); }
H1.HeaderClassName
{
color: #9A518E;
}
.AnyTagClassName
{
color: #9A518E;
}
</style>
background-color css
<style>
a { background-color: #9A518E; }
a { background-color: rgb(154,81,142); }
div.DivClassName
{
background-color: #9A518E;
}
.BgClassName
{
background-color: #9A518E;
}
</style>
border-color css
<style>
span { border-color: #9A518E; }
span { border-color: rgb(154,81,142); }
td.TdClassName
{
border-color: #9A518E;
}
.TagClassName
{
border-color: #9A518E;
}
</style>