Shades of Violet Blue #9C528D
Tints of Violet Blue #9C528D
RGB
CMYK
RGB Variations
Color information
#9C528D (or 0x9C528D) is known color: Violet Blue. HEX triplet: 9C, 52 and 8D. RGB value is (156,82,141). Sum of RGB (Red+Green+Blue) = 156+82+141=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C528D is #63AD72. Grayscale: #6E6E6E. Windows color (decimal): -6532467 or 9261724. OLE color: 9261724.
HSL color Cylindrical-coordinate representation of color #9C528D: hue angle of 312.16º 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 #9C528D is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 141 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.39 |
| HSL | 312.16º | 0.31% | 0.47% | - |
| HSV(B) | 312.16º | 0.47% | 0.61% | - |
| XYZ | 21.54 | 15.03 | 26.96 | - |
| YUV | 110.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 141 | 0 | 0.47 | 0.10 | 0.39 | 312.16 | 0.31 | 0.47 |
| Hex | 9C | 52 | 8D | 0 | 2F | A | 27 | 138 | 1F | 2F |
| Octal | 234 | 122 | 215 | 0 | 57 | 12 | 47 | 470 | 37 | 57 |
| Binary | 10011100 | 1010010 | 10001101 | 0 | 101111 | 1010 | 100111 | 100111000 | 11111 | 101111 |
Color Harmonies of #9C528D
Complementary color
Monochromatic Colors of #9C528D
Black with #9C528D
Text Example
Text Example
White with #9C528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C528D; }
p { color: rgb(156,82,141); }
H1.HeaderClassName
{
color: #9C528D;
}
.AnyTagClassName
{
color: #9C528D;
}
</style>
background-color css
<style>
a { background-color: #9C528D; }
a { background-color: rgb(156,82,141); }
div.DivClassName
{
background-color: #9C528D;
}
.BgClassName
{
background-color: #9C528D;
}
</style>
border-color css
<style>
span { border-color: #9C528D; }
span { border-color: rgb(156,82,141); }
td.TdClassName
{
border-color: #9C528D;
}
.TagClassName
{
border-color: #9C528D;
}
</style>