Shades of Violet Blue #9A538E
Tints of Violet Blue #9A538E
RGB
CMYK
RGB Variations
Color information
#9A538E (or 0x9A538E) is known color: Violet Blue. HEX triplet: 9A, 53 and 8E. RGB value is (154,83,142). Sum of RGB (Red+Green+Blue) = 154+83+142=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A538E is #65AC71. Grayscale: #6E6E6E. Windows color (decimal): -6663282 or 9327514. OLE color: 9327514.
HSL color Cylindrical-coordinate representation of color #9A538E: hue angle of 310.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A538E is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 142 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.40 |
| HSL | 310.14º | 0.3% | 0.46% | - |
| HSV(B) | 310.14º | 0.46% | 0.6% | - |
| XYZ | 21.3 | 15.01 | 27.37 | - |
| YUV | 110.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 142 | 0 | 0.46 | 0.08 | 0.40 | 310.14 | 0.3 | 0.46 |
| Hex | 9A | 53 | 8E | 0 | 2E | 8 | 28 | 136 | 1E | 2E |
| Octal | 232 | 123 | 216 | 0 | 56 | 10 | 50 | 466 | 36 | 56 |
| Binary | 10011010 | 1010011 | 10001110 | 0 | 101110 | 1000 | 101000 | 100110110 | 11110 | 101110 |
Color Harmonies of #9A538E
Complementary color
Monochromatic Colors of #9A538E
Black with #9A538E
Text Example
Text Example
White with #9A538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A538E; }
p { color: rgb(154,83,142); }
H1.HeaderClassName
{
color: #9A538E;
}
.AnyTagClassName
{
color: #9A538E;
}
</style>
background-color css
<style>
a { background-color: #9A538E; }
a { background-color: rgb(154,83,142); }
div.DivClassName
{
background-color: #9A538E;
}
.BgClassName
{
background-color: #9A538E;
}
</style>
border-color css
<style>
span { border-color: #9A538E; }
span { border-color: rgb(154,83,142); }
td.TdClassName
{
border-color: #9A538E;
}
.TagClassName
{
border-color: #9A538E;
}
</style>