Shades of Violet Blue #9C558D
Tints of Violet Blue #9C558D
RGB
CMYK
RGB Variations
Color information
#9C558D (or 0x9C558D) is known color: Violet Blue. HEX triplet: 9C, 55 and 8D. RGB value is (156,85,141). Sum of RGB (Red+Green+Blue) = 156+85+141=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C558D is #63AA72. Grayscale: #707070. Windows color (decimal): -6531699 or 9262492. OLE color: 9262492.
HSL color Cylindrical-coordinate representation of color #9C558D: hue angle of 312.68º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C558D is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 141 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.39 |
| HSL | 312.68º | 0.29% | 0.47% | - |
| HSV(B) | 312.68º | 0.46% | 0.61% | - |
| XYZ | 21.77 | 15.49 | 27.04 | - |
| YUV | 112.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 141 | 0 | 0.46 | 0.10 | 0.39 | 312.68 | 0.29 | 0.47 |
| Hex | 9C | 55 | 8D | 0 | 2E | A | 27 | 139 | 1D | 2F |
| Octal | 234 | 125 | 215 | 0 | 56 | 12 | 47 | 471 | 35 | 57 |
| Binary | 10011100 | 1010101 | 10001101 | 0 | 101110 | 1010 | 100111 | 100111001 | 11101 | 101111 |
Color Harmonies of #9C558D
Complementary color
Monochromatic Colors of #9C558D
Black with #9C558D
Text Example
Text Example
White with #9C558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C558D; }
p { color: rgb(156,85,141); }
H1.HeaderClassName
{
color: #9C558D;
}
.AnyTagClassName
{
color: #9C558D;
}
</style>
background-color css
<style>
a { background-color: #9C558D; }
a { background-color: rgb(156,85,141); }
div.DivClassName
{
background-color: #9C558D;
}
.BgClassName
{
background-color: #9C558D;
}
</style>
border-color css
<style>
span { border-color: #9C558D; }
span { border-color: rgb(156,85,141); }
td.TdClassName
{
border-color: #9C558D;
}
.TagClassName
{
border-color: #9C558D;
}
</style>