Shades of Violet Blue #9C659B
Tints of Violet Blue #9C659B
RGB
CMYK
RGB Variations
Color information
#9C659B (or 0x9C659B) is known color: Violet Blue. HEX triplet: 9C, 65 and 9B. RGB value is (156,101,155). Sum of RGB (Red+Green+Blue) = 156+101+155=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 156 - color contains mainly: red. Hex color #9C659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C659B is #639A64. Grayscale: #7B7B7B. Windows color (decimal): -6527589 or 10184092. OLE color: 10184092.
HSL color Cylindrical-coordinate representation of color #9C659B: hue angle of 301.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 #9C659B is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 155 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.39 |
| HSL | 301.09º | 0.22% | 0.5% | - |
| HSV(B) | 301.09º | 0.35% | 0.61% | - |
| XYZ | 24.28 | 18.74 | 33.35 | - |
| YUV | 123.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 155 | 0 | 0.35 | 0.01 | 0.39 | 301.09 | 0.22 | 0.5 |
| Hex | 9C | 65 | 9B | 0 | 23 | 1 | 27 | 12D | 16 | 32 |
| Octal | 234 | 145 | 233 | 0 | 43 | 1 | 47 | 455 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10011011 | 0 | 100011 | 1 | 100111 | 100101101 | 10110 | 110010 |
Color Harmonies of #9C659B
Complementary color
Monochromatic Colors of #9C659B
Black with #9C659B
Text Example
Text Example
White with #9C659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C659B; }
p { color: rgb(156,101,155); }
H1.HeaderClassName
{
color: #9C659B;
}
.AnyTagClassName
{
color: #9C659B;
}
</style>
background-color css
<style>
a { background-color: #9C659B; }
a { background-color: rgb(156,101,155); }
div.DivClassName
{
background-color: #9C659B;
}
.BgClassName
{
background-color: #9C659B;
}
</style>
border-color css
<style>
span { border-color: #9C659B; }
span { border-color: rgb(156,101,155); }
td.TdClassName
{
border-color: #9C659B;
}
.TagClassName
{
border-color: #9C659B;
}
</style>