Shades of Violet Blue #9A518C
Tints of Violet Blue #9A518C
RGB
CMYK
RGB Variations
Color information
#9A518C (or 0x9A518C) is known color: Violet Blue. HEX triplet: 9A, 51 and 8C. RGB value is (154,81,140). Sum of RGB (Red+Green+Blue) = 154+81+140=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A518C is #65AE73. Grayscale: #6D6D6D. Windows color (decimal): -6663796 or 9195930. OLE color: 9195930.
HSL color Cylindrical-coordinate representation of color #9A518C: hue angle of 311.51º 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 #9A518C is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 81 | 140 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.40 |
| HSL | 311.51º | 0.31% | 0.46% | - |
| HSV(B) | 311.51º | 0.47% | 0.6% | - |
| XYZ | 21 | 14.65 | 26.53 | - |
| YUV | 109.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 81 | 140 | 0 | 0.47 | 0.09 | 0.40 | 311.51 | 0.31 | 0.46 |
| Hex | 9A | 51 | 8C | 0 | 2F | 9 | 28 | 138 | 1F | 2E |
| Octal | 232 | 121 | 214 | 0 | 57 | 11 | 50 | 470 | 37 | 56 |
| Binary | 10011010 | 1010001 | 10001100 | 0 | 101111 | 1001 | 101000 | 100111000 | 11111 | 101110 |
Color Harmonies of #9A518C
Complementary color
Monochromatic Colors of #9A518C
Black with #9A518C
Text Example
Text Example
White with #9A518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A518C; }
p { color: rgb(154,81,140); }
H1.HeaderClassName
{
color: #9A518C;
}
.AnyTagClassName
{
color: #9A518C;
}
</style>
background-color css
<style>
a { background-color: #9A518C; }
a { background-color: rgb(154,81,140); }
div.DivClassName
{
background-color: #9A518C;
}
.BgClassName
{
background-color: #9A518C;
}
</style>
border-color css
<style>
span { border-color: #9A518C; }
span { border-color: rgb(154,81,140); }
td.TdClassName
{
border-color: #9A518C;
}
.TagClassName
{
border-color: #9A518C;
}
</style>