Shades of Violet Blue #9C5C90
Tints of Violet Blue #9C5C90
RGB
CMYK
RGB Variations
Color information
#9C5C90 (or 0x9C5C90) is known color: Violet Blue. HEX triplet: 9C, 5C and 90. RGB value is (156,92,144). Sum of RGB (Red+Green+Blue) = 156+92+144=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5C90 is #63A36F. Grayscale: #747474. Windows color (decimal): -6529904 or 9460892. OLE color: 9460892.
HSL color Cylindrical-coordinate representation of color #9C5C90: hue angle of 311.25º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C5C90 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 144 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.39 |
| HSL | 311.25º | 0.26% | 0.49% | - |
| HSV(B) | 311.25º | 0.41% | 0.61% | - |
| XYZ | 22.57 | 16.74 | 28.43 | - |
| YUV | 117.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 144 | 0 | 0.41 | 0.08 | 0.39 | 311.25 | 0.26 | 0.49 |
| Hex | 9C | 5C | 90 | 0 | 29 | 8 | 27 | 137 | 1A | 31 |
| Octal | 234 | 134 | 220 | 0 | 51 | 10 | 47 | 467 | 32 | 61 |
| Binary | 10011100 | 1011100 | 10010000 | 0 | 101001 | 1000 | 100111 | 100110111 | 11010 | 110001 |
Color Harmonies of #9C5C90
Complementary color
Monochromatic Colors of #9C5C90
Black with #9C5C90
Text Example
Text Example
White with #9C5C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C90; }
p { color: rgb(156,92,144); }
H1.HeaderClassName
{
color: #9C5C90;
}
.AnyTagClassName
{
color: #9C5C90;
}
</style>
background-color css
<style>
a { background-color: #9C5C90; }
a { background-color: rgb(156,92,144); }
div.DivClassName
{
background-color: #9C5C90;
}
.BgClassName
{
background-color: #9C5C90;
}
</style>
border-color css
<style>
span { border-color: #9C5C90; }
span { border-color: rgb(156,92,144); }
td.TdClassName
{
border-color: #9C5C90;
}
.TagClassName
{
border-color: #9C5C90;
}
</style>