Shades of Violet Blue #9A528E
Tints of Violet Blue #9A528E
RGB
CMYK
RGB Variations
Color information
#9A528E (or 0x9A528E) is known color: Violet Blue. HEX triplet: 9A, 52 and 8E. RGB value is (154,82,142). Sum of RGB (Red+Green+Blue) = 154+82+142=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A528E is #65AD71. Grayscale: #6E6E6E. Windows color (decimal): -6663538 or 9327258. OLE color: 9327258.
HSL color Cylindrical-coordinate representation of color #9A528E: hue angle of 310º 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 #9A528E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 142 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.40 |
| HSL | 310º | 0.31% | 0.46% | - |
| HSV(B) | 310º | 0.47% | 0.6% | - |
| XYZ | 21.23 | 14.86 | 27.34 | - |
| YUV | 110.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 142 | 0 | 0.47 | 0.08 | 0.40 | 310 | 0.31 | 0.46 |
| Hex | 9A | 52 | 8E | 0 | 2F | 8 | 28 | 136 | 1F | 2E |
| Octal | 232 | 122 | 216 | 0 | 57 | 10 | 50 | 466 | 37 | 56 |
| Binary | 10011010 | 1010010 | 10001110 | 0 | 101111 | 1000 | 101000 | 100110110 | 11111 | 101110 |
Color Harmonies of #9A528E
Complementary color
Monochromatic Colors of #9A528E
Black with #9A528E
Text Example
Text Example
White with #9A528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A528E; }
p { color: rgb(154,82,142); }
H1.HeaderClassName
{
color: #9A528E;
}
.AnyTagClassName
{
color: #9A528E;
}
</style>
background-color css
<style>
a { background-color: #9A528E; }
a { background-color: rgb(154,82,142); }
div.DivClassName
{
background-color: #9A528E;
}
.BgClassName
{
background-color: #9A528E;
}
</style>
border-color css
<style>
span { border-color: #9A528E; }
span { border-color: rgb(154,82,142); }
td.TdClassName
{
border-color: #9A528E;
}
.TagClassName
{
border-color: #9A528E;
}
</style>