Shades of Violet Blue #9C609B
Tints of Violet Blue #9C609B
RGB
CMYK
RGB Variations
Color information
#9C609B (or 0x9C609B) is known color: Violet Blue. HEX triplet: 9C, 60 and 9B. RGB value is (156,96,155). Sum of RGB (Red+Green+Blue) = 156+96+155=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C609B is #639F64. Grayscale: #787878. Windows color (decimal): -6528869 or 10182812. OLE color: 10182812.
HSL color Cylindrical-coordinate representation of color #9C609B: hue angle of 301º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C609B is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 155 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.39 |
| HSL | 301º | 0.24% | 0.49% | - |
| HSV(B) | 301º | 0.38% | 0.61% | - |
| XYZ | 23.81 | 17.8 | 33.19 | - |
| YUV | 120.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 155 | 0 | 0.38 | 0.01 | 0.39 | 301 | 0.24 | 0.49 |
| Hex | 9C | 60 | 9B | 0 | 26 | 1 | 27 | 12D | 18 | 31 |
| Octal | 234 | 140 | 233 | 0 | 46 | 1 | 47 | 455 | 30 | 61 |
| Binary | 10011100 | 1100000 | 10011011 | 0 | 100110 | 1 | 100111 | 100101101 | 11000 | 110001 |
Color Harmonies of #9C609B
Complementary color
Monochromatic Colors of #9C609B
Black with #9C609B
Text Example
Text Example
White with #9C609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C609B; }
p { color: rgb(156,96,155); }
H1.HeaderClassName
{
color: #9C609B;
}
.AnyTagClassName
{
color: #9C609B;
}
</style>
background-color css
<style>
a { background-color: #9C609B; }
a { background-color: rgb(156,96,155); }
div.DivClassName
{
background-color: #9C609B;
}
.BgClassName
{
background-color: #9C609B;
}
</style>
border-color css
<style>
span { border-color: #9C609B; }
span { border-color: rgb(156,96,155); }
td.TdClassName
{
border-color: #9C609B;
}
.TagClassName
{
border-color: #9C609B;
}
</style>