Shades of Violet Blue #9C529A
Tints of Violet Blue #9C529A
RGB
CMYK
RGB Variations
Color information
#9C529A (or 0x9C529A) is known color: Violet Blue. HEX triplet: 9C, 52 and 9A. RGB value is (156,82,154). Sum of RGB (Red+Green+Blue) = 156+82+154=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C529A is #63AD65. Grayscale: #707070. Windows color (decimal): -6532454 or 10113692. OLE color: 10113692.
HSL color Cylindrical-coordinate representation of color #9C529A: hue angle of 301.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C529A is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 154 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.39 |
| HSL | 301.62º | 0.31% | 0.47% | - |
| HSV(B) | 301.62º | 0.47% | 0.61% | - |
| XYZ | 22.56 | 15.44 | 32.36 | - |
| YUV | 112.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 154 | 0 | 0.47 | 0.01 | 0.39 | 301.62 | 0.31 | 0.47 |
| Hex | 9C | 52 | 9A | 0 | 2F | 1 | 27 | 12E | 1F | 2F |
| Octal | 234 | 122 | 232 | 0 | 57 | 1 | 47 | 456 | 37 | 57 |
| Binary | 10011100 | 1010010 | 10011010 | 0 | 101111 | 1 | 100111 | 100101110 | 11111 | 101111 |
Color Harmonies of #9C529A
Complementary color
Monochromatic Colors of #9C529A
Black with #9C529A
Text Example
Text Example
White with #9C529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C529A; }
p { color: rgb(156,82,154); }
H1.HeaderClassName
{
color: #9C529A;
}
.AnyTagClassName
{
color: #9C529A;
}
</style>
background-color css
<style>
a { background-color: #9C529A; }
a { background-color: rgb(156,82,154); }
div.DivClassName
{
background-color: #9C529A;
}
.BgClassName
{
background-color: #9C529A;
}
</style>
border-color css
<style>
span { border-color: #9C529A; }
span { border-color: rgb(156,82,154); }
td.TdClassName
{
border-color: #9C529A;
}
.TagClassName
{
border-color: #9C529A;
}
</style>