Shades of Violet Blue #9C769C
Tints of Violet Blue #9C769C
RGB
CMYK
RGB Variations
Color information
#9C769C (or 0x9C769C) is known color: Violet Blue. HEX triplet: 9C, 76 and 9C. RGB value is (156,118,156). Sum of RGB (Red+Green+Blue) = 156+118+156=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C769C is #638963. Grayscale: #858585. Windows color (decimal): -6523236 or 10253980. OLE color: 10253980.
HSL color Cylindrical-coordinate representation of color #9C769C: hue angle of 300º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C769C is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 156 | - |
| CMYK | 0 | 0.24 | 0 | 0.39 |
| HSL | 300º | 0.16% | 0.54% | - |
| HSV(B) | 300º | 0.24% | 0.61% | - |
| XYZ | 26.19 | 22.43 | 34.4 | - |
| YUV | 133.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 156 | 0 | 0.24 | 0 | 0.39 | 300 | 0.16 | 0.54 |
| Hex | 9C | 76 | 9C | 0 | 18 | 0 | 27 | 12C | 10 | 36 |
| Octal | 234 | 166 | 234 | 0 | 30 | 0 | 47 | 454 | 20 | 66 |
| Binary | 10011100 | 1110110 | 10011100 | 0 | 11000 | 0 | 100111 | 100101100 | 10000 | 110110 |
Color Harmonies of #9C769C
Complementary color
Monochromatic Colors of #9C769C
Black with #9C769C
Text Example
Text Example
White with #9C769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C769C; }
p { color: rgb(156,118,156); }
H1.HeaderClassName
{
color: #9C769C;
}
.AnyTagClassName
{
color: #9C769C;
}
</style>
background-color css
<style>
a { background-color: #9C769C; }
a { background-color: rgb(156,118,156); }
div.DivClassName
{
background-color: #9C769C;
}
.BgClassName
{
background-color: #9C769C;
}
</style>
border-color css
<style>
span { border-color: #9C769C; }
span { border-color: rgb(156,118,156); }
td.TdClassName
{
border-color: #9C769C;
}
.TagClassName
{
border-color: #9C769C;
}
</style>