Shades of Violet Blue #9A508E
Tints of Violet Blue #9A508E
RGB
CMYK
RGB Variations
Color information
#9A508E (or 0x9A508E) is known color: Violet Blue. HEX triplet: 9A, 50 and 8E. RGB value is (154,80,142). Sum of RGB (Red+Green+Blue) = 154+80+142=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A508E is #65AF71. Grayscale: #6D6D6D. Windows color (decimal): -6664050 or 9326746. OLE color: 9326746.
HSL color Cylindrical-coordinate representation of color #9A508E: hue angle of 309.73º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A508E is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 142 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.40 |
| HSL | 309.73º | 0.32% | 0.46% | - |
| HSV(B) | 309.73º | 0.48% | 0.6% | - |
| XYZ | 21.08 | 14.56 | 27.29 | - |
| YUV | 109.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 142 | 0 | 0.48 | 0.08 | 0.40 | 309.73 | 0.32 | 0.46 |
| Hex | 9A | 50 | 8E | 0 | 30 | 8 | 28 | 136 | 20 | 2E |
| Octal | 232 | 120 | 216 | 0 | 60 | 10 | 50 | 466 | 40 | 56 |
| Binary | 10011010 | 1010000 | 10001110 | 0 | 110000 | 1000 | 101000 | 100110110 | 100000 | 101110 |
Color Harmonies of #9A508E
Complementary color
Monochromatic Colors of #9A508E
Black with #9A508E
Text Example
Text Example
White with #9A508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A508E; }
p { color: rgb(154,80,142); }
H1.HeaderClassName
{
color: #9A508E;
}
.AnyTagClassName
{
color: #9A508E;
}
</style>
background-color css
<style>
a { background-color: #9A508E; }
a { background-color: rgb(154,80,142); }
div.DivClassName
{
background-color: #9A508E;
}
.BgClassName
{
background-color: #9A508E;
}
</style>
border-color css
<style>
span { border-color: #9A508E; }
span { border-color: rgb(154,80,142); }
td.TdClassName
{
border-color: #9A508E;
}
.TagClassName
{
border-color: #9A508E;
}
</style>