Shades of Violet Blue #9C609A
Tints of Violet Blue #9C609A
RGB
CMYK
RGB Variations
Color information
#9C609A (or 0x9C609A) is known color: Violet Blue. HEX triplet: 9C, 60 and 9A. RGB value is (156,96,154). Sum of RGB (Red+Green+Blue) = 156+96+154=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C609A is #639F65. Grayscale: #787878. Windows color (decimal): -6528870 or 10117276. OLE color: 10117276.
HSL color Cylindrical-coordinate representation of color #9C609A: hue angle of 302º 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 #9C609A is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 154 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.39 |
| HSL | 302º | 0.24% | 0.49% | - |
| HSV(B) | 302º | 0.38% | 0.61% | - |
| XYZ | 23.73 | 17.77 | 32.75 | - |
| YUV | 120.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 154 | 0 | 0.38 | 0.01 | 0.39 | 302 | 0.24 | 0.49 |
| Hex | 9C | 60 | 9A | 0 | 26 | 1 | 27 | 12E | 18 | 31 |
| Octal | 234 | 140 | 232 | 0 | 46 | 1 | 47 | 456 | 30 | 61 |
| Binary | 10011100 | 1100000 | 10011010 | 0 | 100110 | 1 | 100111 | 100101110 | 11000 | 110001 |
Color Harmonies of #9C609A
Complementary color
Monochromatic Colors of #9C609A
Black with #9C609A
Text Example
Text Example
White with #9C609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C609A; }
p { color: rgb(156,96,154); }
H1.HeaderClassName
{
color: #9C609A;
}
.AnyTagClassName
{
color: #9C609A;
}
</style>
background-color css
<style>
a { background-color: #9C609A; }
a { background-color: rgb(156,96,154); }
div.DivClassName
{
background-color: #9C609A;
}
.BgClassName
{
background-color: #9C609A;
}
</style>
border-color css
<style>
span { border-color: #9C609A; }
span { border-color: rgb(156,96,154); }
td.TdClassName
{
border-color: #9C609A;
}
.TagClassName
{
border-color: #9C609A;
}
</style>