Shades of Violet Blue #9C659A
Tints of Violet Blue #9C659A
RGB
CMYK
RGB Variations
Color information
#9C659A (or 0x9C659A) is known color: Violet Blue. HEX triplet: 9C, 65 and 9A. RGB value is (156,101,154). Sum of RGB (Red+Green+Blue) = 156+101+154=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C659A is #639A65. Grayscale: #7B7B7B. Windows color (decimal): -6527590 or 10118556. OLE color: 10118556.
HSL color Cylindrical-coordinate representation of color #9C659A: hue angle of 302.18º 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 #9C659A is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 154 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.39 |
| HSL | 302.18º | 0.22% | 0.5% | - |
| HSV(B) | 302.18º | 0.35% | 0.61% | - |
| XYZ | 24.2 | 18.71 | 32.91 | - |
| YUV | 123.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 154 | 0 | 0.35 | 0.01 | 0.39 | 302.18 | 0.22 | 0.5 |
| Hex | 9C | 65 | 9A | 0 | 23 | 1 | 27 | 12E | 16 | 32 |
| Octal | 234 | 145 | 232 | 0 | 43 | 1 | 47 | 456 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10011010 | 0 | 100011 | 1 | 100111 | 100101110 | 10110 | 110010 |
Color Harmonies of #9C659A
Complementary color
Monochromatic Colors of #9C659A
Black with #9C659A
Text Example
Text Example
White with #9C659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C659A; }
p { color: rgb(156,101,154); }
H1.HeaderClassName
{
color: #9C659A;
}
.AnyTagClassName
{
color: #9C659A;
}
</style>
background-color css
<style>
a { background-color: #9C659A; }
a { background-color: rgb(156,101,154); }
div.DivClassName
{
background-color: #9C659A;
}
.BgClassName
{
background-color: #9C659A;
}
</style>
border-color css
<style>
span { border-color: #9C659A; }
span { border-color: rgb(156,101,154); }
td.TdClassName
{
border-color: #9C659A;
}
.TagClassName
{
border-color: #9C659A;
}
</style>