Shades of Violet Blue #9B569C
Tints of Violet Blue #9B569C
RGB
CMYK
RGB Variations
Color information
#9B569C (or 0x9B569C) is known color: Violet Blue. HEX triplet: 9B, 56 and 9C. RGB value is (155,86,156). Sum of RGB (Red+Green+Blue) = 155+86+156=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B569C is #64A963. Grayscale: #727272. Windows color (decimal): -6596964 or 10245787. OLE color: 10245787.
HSL color Cylindrical-coordinate representation of color #9B569C: hue angle of 299.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B569C is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 156 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.39 |
| HSL | 299.14º | 0.29% | 0.47% | - |
| HSV(B) | 299.14º | 0.45% | 0.61% | - |
| XYZ | 22.85 | 16.02 | 33.34 | - |
| YUV | 114.61 | 151.36 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 156 | 0.01 | 0.45 | 0 | 0.39 | 299.14 | 0.29 | 0.47 |
| Hex | 9B | 56 | 9C | 1 | 2D | 0 | 27 | 12B | 1D | 2F |
| Octal | 233 | 126 | 234 | 1 | 55 | 0 | 47 | 453 | 35 | 57 |
| Binary | 10011011 | 1010110 | 10011100 | 1 | 101101 | 0 | 100111 | 100101011 | 11101 | 101111 |
Color Harmonies of #9B569C
Complementary color
Monochromatic Colors of #9B569C
Black with #9B569C
Text Example
Text Example
White with #9B569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B569C; }
p { color: rgb(155,86,156); }
H1.HeaderClassName
{
color: #9B569C;
}
.AnyTagClassName
{
color: #9B569C;
}
</style>
background-color css
<style>
a { background-color: #9B569C; }
a { background-color: rgb(155,86,156); }
div.DivClassName
{
background-color: #9B569C;
}
.BgClassName
{
background-color: #9B569C;
}
</style>
border-color css
<style>
span { border-color: #9B569C; }
span { border-color: rgb(155,86,156); }
td.TdClassName
{
border-color: #9B569C;
}
.TagClassName
{
border-color: #9B569C;
}
</style>