Shades of Violet Blue #9C529B
Tints of Violet Blue #9C529B
RGB
CMYK
RGB Variations
Color information
#9C529B (or 0x9C529B) is known color: Violet Blue. HEX triplet: 9C, 52 and 9B. RGB value is (156,82,155). Sum of RGB (Red+Green+Blue) = 156+82+155=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C529B is #63AD64. Grayscale: #707070. Windows color (decimal): -6532453 or 10179228. OLE color: 10179228.
HSL color Cylindrical-coordinate representation of color #9C529B: hue angle of 300.81º 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 #9C529B is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 155 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.39 |
| HSL | 300.81º | 0.31% | 0.47% | - |
| HSV(B) | 300.81º | 0.47% | 0.61% | - |
| XYZ | 22.64 | 15.47 | 32.8 | - |
| YUV | 112.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 155 | 0 | 0.47 | 0.01 | 0.39 | 300.81 | 0.31 | 0.47 |
| Hex | 9C | 52 | 9B | 0 | 2F | 1 | 27 | 12D | 1F | 2F |
| Octal | 234 | 122 | 233 | 0 | 57 | 1 | 47 | 455 | 37 | 57 |
| Binary | 10011100 | 1010010 | 10011011 | 0 | 101111 | 1 | 100111 | 100101101 | 11111 | 101111 |
Color Harmonies of #9C529B
Complementary color
Monochromatic Colors of #9C529B
Black with #9C529B
Text Example
Text Example
White with #9C529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C529B; }
p { color: rgb(156,82,155); }
H1.HeaderClassName
{
color: #9C529B;
}
.AnyTagClassName
{
color: #9C529B;
}
</style>
background-color css
<style>
a { background-color: #9C529B; }
a { background-color: rgb(156,82,155); }
div.DivClassName
{
background-color: #9C529B;
}
.BgClassName
{
background-color: #9C529B;
}
</style>
border-color css
<style>
span { border-color: #9C529B; }
span { border-color: rgb(156,82,155); }
td.TdClassName
{
border-color: #9C529B;
}
.TagClassName
{
border-color: #9C529B;
}
</style>