Shades of Violet Blue #9A528D
Tints of Violet Blue #9A528D
RGB
CMYK
RGB Variations
Color information
#9A528D (or 0x9A528D) is known color: Violet Blue. HEX triplet: 9A, 52 and 8D. RGB value is (154,82,141). Sum of RGB (Red+Green+Blue) = 154+82+141=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A528D is #65AD72. Grayscale: #6E6E6E. Windows color (decimal): -6663539 or 9261722. OLE color: 9261722.
HSL color Cylindrical-coordinate representation of color #9A528D: hue angle of 310.83º 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 #9A528D is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 141 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.40 |
| HSL | 310.83º | 0.31% | 0.46% | - |
| HSV(B) | 310.83º | 0.47% | 0.6% | - |
| XYZ | 21.15 | 14.83 | 26.95 | - |
| YUV | 110.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 141 | 0 | 0.47 | 0.08 | 0.40 | 310.83 | 0.31 | 0.46 |
| Hex | 9A | 52 | 8D | 0 | 2F | 8 | 28 | 137 | 1F | 2E |
| Octal | 232 | 122 | 215 | 0 | 57 | 10 | 50 | 467 | 37 | 56 |
| Binary | 10011010 | 1010010 | 10001101 | 0 | 101111 | 1000 | 101000 | 100110111 | 11111 | 101110 |
Color Harmonies of #9A528D
Complementary color
Monochromatic Colors of #9A528D
Black with #9A528D
Text Example
Text Example
White with #9A528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A528D; }
p { color: rgb(154,82,141); }
H1.HeaderClassName
{
color: #9A528D;
}
.AnyTagClassName
{
color: #9A528D;
}
</style>
background-color css
<style>
a { background-color: #9A528D; }
a { background-color: rgb(154,82,141); }
div.DivClassName
{
background-color: #9A528D;
}
.BgClassName
{
background-color: #9A528D;
}
</style>
border-color css
<style>
span { border-color: #9A528D; }
span { border-color: rgb(154,82,141); }
td.TdClassName
{
border-color: #9A528D;
}
.TagClassName
{
border-color: #9A528D;
}
</style>