Shades of Violet Blue #9C5390
Tints of Violet Blue #9C5390
RGB
CMYK
RGB Variations
Color information
#9C5390 (or 0x9C5390) is known color: Violet Blue. HEX triplet: 9C, 53 and 90. RGB value is (156,83,144). Sum of RGB (Red+Green+Blue) = 156+83+144=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5390 is #63AC6F. Grayscale: #6F6F6F. Windows color (decimal): -6532208 or 9458588. OLE color: 9458588.
HSL color Cylindrical-coordinate representation of color #9C5390: hue angle of 309.86º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5390 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 144 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.39 |
| HSL | 309.86º | 0.31% | 0.47% | - |
| HSV(B) | 309.86º | 0.47% | 0.61% | - |
| XYZ | 21.84 | 15.27 | 28.18 | - |
| YUV | 111.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 144 | 0 | 0.47 | 0.08 | 0.39 | 309.86 | 0.31 | 0.47 |
| Hex | 9C | 53 | 90 | 0 | 2F | 8 | 27 | 136 | 1F | 2F |
| Octal | 234 | 123 | 220 | 0 | 57 | 10 | 47 | 466 | 37 | 57 |
| Binary | 10011100 | 1010011 | 10010000 | 0 | 101111 | 1000 | 100111 | 100110110 | 11111 | 101111 |
Color Harmonies of #9C5390
Complementary color
Monochromatic Colors of #9C5390
Black with #9C5390
Text Example
Text Example
White with #9C5390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5390; }
p { color: rgb(156,83,144); }
H1.HeaderClassName
{
color: #9C5390;
}
.AnyTagClassName
{
color: #9C5390;
}
</style>
background-color css
<style>
a { background-color: #9C5390; }
a { background-color: rgb(156,83,144); }
div.DivClassName
{
background-color: #9C5390;
}
.BgClassName
{
background-color: #9C5390;
}
</style>
border-color css
<style>
span { border-color: #9C5390; }
span { border-color: rgb(156,83,144); }
td.TdClassName
{
border-color: #9C5390;
}
.TagClassName
{
border-color: #9C5390;
}
</style>