Shades of Violet Blue #9C5B8F
Tints of Violet Blue #9C5B8F
RGB
CMYK
RGB Variations
Color information
#9C5B8F (or 0x9C5B8F) is known color: Violet Blue. HEX triplet: 9C, 5B and 8F. RGB value is (156,91,143). Sum of RGB (Red+Green+Blue) = 156+91+143=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5B8F is #63A470. Grayscale: #747474. Windows color (decimal): -6530161 or 9395100. OLE color: 9395100.
HSL color Cylindrical-coordinate representation of color #9C5B8F: hue angle of 312º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5B8F is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 91 | 143 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.39 |
| HSL | 312º | 0.26% | 0.48% | - |
| HSV(B) | 312º | 0.42% | 0.61% | - |
| XYZ | 22.41 | 16.53 | 28 | - |
| YUV | 116.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 143 | 0 | 0.42 | 0.08 | 0.39 | 312 | 0.26 | 0.48 |
| Hex | 9C | 5B | 8F | 0 | 2A | 8 | 27 | 138 | 1A | 30 |
| Octal | 234 | 133 | 217 | 0 | 52 | 10 | 47 | 470 | 32 | 60 |
| Binary | 10011100 | 1011011 | 10001111 | 0 | 101010 | 1000 | 100111 | 100111000 | 11010 | 110000 |
Color Harmonies of #9C5B8F
Complementary color
Monochromatic Colors of #9C5B8F
Black with #9C5B8F
Text Example
Text Example
White with #9C5B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5B8F; }
p { color: rgb(156,91,143); }
H1.HeaderClassName
{
color: #9C5B8F;
}
.AnyTagClassName
{
color: #9C5B8F;
}
</style>
background-color css
<style>
a { background-color: #9C5B8F; }
a { background-color: rgb(156,91,143); }
div.DivClassName
{
background-color: #9C5B8F;
}
.BgClassName
{
background-color: #9C5B8F;
}
</style>
border-color css
<style>
span { border-color: #9C5B8F; }
span { border-color: rgb(156,91,143); }
td.TdClassName
{
border-color: #9C5B8F;
}
.TagClassName
{
border-color: #9C5B8F;
}
</style>