Shades of Violet Blue #9C569F
Tints of Violet Blue #9C569F
RGB
CMYK
RGB Variations
Color information
#9C569F (or 0x9C569F) is known color: Violet Blue. HEX triplet: 9C, 56 and 9F. RGB value is (156,86,159). Sum of RGB (Red+Green+Blue) = 156+86+159=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C569F is #63A960. Grayscale: #737373. Windows color (decimal): -6531425 or 10442396. OLE color: 10442396.
HSL color Cylindrical-coordinate representation of color #9C569F: hue angle of 297.53º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C569F is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 86 | 159 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.38 |
| HSL | 297.53º | 0.3% | 0.48% | - |
| HSV(B) | 297.53º | 0.46% | 0.62% | - |
| XYZ | 23.3 | 16.23 | 34.71 | - |
| YUV | 115.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 159 | 0.02 | 0.46 | 0 | 0.38 | 297.53 | 0.3 | 0.48 |
| Hex | 9C | 56 | 9F | 2 | 2E | 0 | 26 | 12A | 1E | 30 |
| Octal | 234 | 126 | 237 | 2 | 56 | 0 | 46 | 452 | 36 | 60 |
| Binary | 10011100 | 1010110 | 10011111 | 10 | 101110 | 0 | 100110 | 100101010 | 11110 | 110000 |
Color Harmonies of #9C569F
Complementary color
Monochromatic Colors of #9C569F
Black with #9C569F
Text Example
Text Example
White with #9C569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C569F; }
p { color: rgb(156,86,159); }
H1.HeaderClassName
{
color: #9C569F;
}
.AnyTagClassName
{
color: #9C569F;
}
</style>
background-color css
<style>
a { background-color: #9C569F; }
a { background-color: rgb(156,86,159); }
div.DivClassName
{
background-color: #9C569F;
}
.BgClassName
{
background-color: #9C569F;
}
</style>
border-color css
<style>
span { border-color: #9C569F; }
span { border-color: rgb(156,86,159); }
td.TdClassName
{
border-color: #9C569F;
}
.TagClassName
{
border-color: #9C569F;
}
</style>