Shades of Violet Blue #9C539F
Tints of Violet Blue #9C539F
RGB
CMYK
RGB Variations
Color information
#9C539F (or 0x9C539F) is known color: Violet Blue. HEX triplet: 9C, 53 and 9F. RGB value is (156,83,159). Sum of RGB (Red+Green+Blue) = 156+83+159=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C539F is #63AC60. Grayscale: #717171. Windows color (decimal): -6532193 or 10441628. OLE color: 10441628.
HSL color Cylindrical-coordinate representation of color #9C539F: hue angle of 297.63º degrees, saturation: 0.31, 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 #9C539F is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 83 | 159 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.38 |
| HSL | 297.63º | 0.31% | 0.47% | - |
| HSV(B) | 297.63º | 0.48% | 0.62% | - |
| XYZ | 23.06 | 15.76 | 34.63 | - |
| YUV | 113.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 159 | 0.02 | 0.48 | 0 | 0.38 | 297.63 | 0.31 | 0.47 |
| Hex | 9C | 53 | 9F | 2 | 30 | 0 | 26 | 12A | 1F | 2F |
| Octal | 234 | 123 | 237 | 2 | 60 | 0 | 46 | 452 | 37 | 57 |
| Binary | 10011100 | 1010011 | 10011111 | 10 | 110000 | 0 | 100110 | 100101010 | 11111 | 101111 |
Color Harmonies of #9C539F
Complementary color
Monochromatic Colors of #9C539F
Black with #9C539F
Text Example
Text Example
White with #9C539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C539F; }
p { color: rgb(156,83,159); }
H1.HeaderClassName
{
color: #9C539F;
}
.AnyTagClassName
{
color: #9C539F;
}
</style>
background-color css
<style>
a { background-color: #9C539F; }
a { background-color: rgb(156,83,159); }
div.DivClassName
{
background-color: #9C539F;
}
.BgClassName
{
background-color: #9C539F;
}
</style>
border-color css
<style>
span { border-color: #9C539F; }
span { border-color: rgb(156,83,159); }
td.TdClassName
{
border-color: #9C539F;
}
.TagClassName
{
border-color: #9C539F;
}
</style>