Shades of Violet Blue #9C6590
Tints of Violet Blue #9C6590
RGB
CMYK
RGB Variations
Color information
#9C6590 (or 0x9C6590) is known color: Violet Blue. HEX triplet: 9C, 65 and 90. RGB value is (156,101,144). Sum of RGB (Red+Green+Blue) = 156+101+144=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6590 is #639A6F. Grayscale: #7A7A7A. Windows color (decimal): -6527600 or 9463196. OLE color: 9463196.
HSL color Cylindrical-coordinate representation of color #9C6590: hue angle of 313.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6590 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 144 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.39 |
| HSL | 313.09º | 0.22% | 0.5% | - |
| HSV(B) | 313.09º | 0.35% | 0.61% | - |
| XYZ | 23.4 | 18.39 | 28.7 | - |
| YUV | 122.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 144 | 0 | 0.35 | 0.08 | 0.39 | 313.09 | 0.22 | 0.5 |
| Hex | 9C | 65 | 90 | 0 | 23 | 8 | 27 | 139 | 16 | 32 |
| Octal | 234 | 145 | 220 | 0 | 43 | 10 | 47 | 471 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10010000 | 0 | 100011 | 1000 | 100111 | 100111001 | 10110 | 110010 |
Color Harmonies of #9C6590
Complementary color
Monochromatic Colors of #9C6590
Black with #9C6590
Text Example
Text Example
White with #9C6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6590; }
p { color: rgb(156,101,144); }
H1.HeaderClassName
{
color: #9C6590;
}
.AnyTagClassName
{
color: #9C6590;
}
</style>
background-color css
<style>
a { background-color: #9C6590; }
a { background-color: rgb(156,101,144); }
div.DivClassName
{
background-color: #9C6590;
}
.BgClassName
{
background-color: #9C6590;
}
</style>
border-color css
<style>
span { border-color: #9C6590; }
span { border-color: rgb(156,101,144); }
td.TdClassName
{
border-color: #9C6590;
}
.TagClassName
{
border-color: #9C6590;
}
</style>