Shades of Violet Blue #9A529F
Tints of Violet Blue #9A529F
RGB
CMYK
RGB Variations
Color information
#9A529F (or 0x9A529F) is known color: Violet Blue. HEX triplet: 9A, 52 and 9F. RGB value is (154,82,159). Sum of RGB (Red+Green+Blue) = 154+82+159=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A529F is #65AD60. Grayscale: #707070. Windows color (decimal): -6663521 or 10441370. OLE color: 10441370.
HSL color Cylindrical-coordinate representation of color #9A529F: hue angle of 296.1º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A529F is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 82 | 159 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.38 |
| HSL | 296.1º | 0.32% | 0.47% | - |
| HSV(B) | 296.1º | 0.48% | 0.62% | - |
| XYZ | 22.6 | 15.41 | 34.58 | - |
| YUV | 112.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 159 | 0.03 | 0.48 | 0 | 0.38 | 296.1 | 0.32 | 0.47 |
| Hex | 9A | 52 | 9F | 3 | 30 | 0 | 26 | 128 | 20 | 2F |
| Octal | 232 | 122 | 237 | 3 | 60 | 0 | 46 | 450 | 40 | 57 |
| Binary | 10011010 | 1010010 | 10011111 | 11 | 110000 | 0 | 100110 | 100101000 | 100000 | 101111 |
Color Harmonies of #9A529F
Complementary color
Monochromatic Colors of #9A529F
Black with #9A529F
Text Example
Text Example
White with #9A529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A529F; }
p { color: rgb(154,82,159); }
H1.HeaderClassName
{
color: #9A529F;
}
.AnyTagClassName
{
color: #9A529F;
}
</style>
background-color css
<style>
a { background-color: #9A529F; }
a { background-color: rgb(154,82,159); }
div.DivClassName
{
background-color: #9A529F;
}
.BgClassName
{
background-color: #9A529F;
}
</style>
border-color css
<style>
span { border-color: #9A529F; }
span { border-color: rgb(154,82,159); }
td.TdClassName
{
border-color: #9A529F;
}
.TagClassName
{
border-color: #9A529F;
}
</style>