Shades of Violet Blue #9C7899
Tints of Violet Blue #9C7899
RGB
CMYK
RGB Variations
Color information
#9C7899 (or 0x9C7899) is known color: Violet Blue. HEX triplet: 9C, 78 and 99. RGB value is (156,120,153). Sum of RGB (Red+Green+Blue) = 156+120+153=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7899 is #638766. Grayscale: #868686. Windows color (decimal): -6522727 or 10057884. OLE color: 10057884.
HSL color Cylindrical-coordinate representation of color #9C7899: hue angle of 305º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C7899 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 153 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.39 |
| HSL | 305º | 0.15% | 0.54% | - |
| HSV(B) | 305º | 0.23% | 0.61% | - |
| XYZ | 26.18 | 22.8 | 33.16 | - |
| YUV | 134.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 153 | 0 | 0.23 | 0.02 | 0.39 | 305 | 0.15 | 0.54 |
| Hex | 9C | 78 | 99 | 0 | 17 | 2 | 27 | 131 | F | 36 |
| Octal | 234 | 170 | 231 | 0 | 27 | 2 | 47 | 461 | 17 | 66 |
| Binary | 10011100 | 1111000 | 10011001 | 0 | 10111 | 10 | 100111 | 100110001 | 1111 | 110110 |
Color Harmonies of #9C7899
Complementary color
Monochromatic Colors of #9C7899
Black with #9C7899
Text Example
Text Example
White with #9C7899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7899; }
p { color: rgb(156,120,153); }
H1.HeaderClassName
{
color: #9C7899;
}
.AnyTagClassName
{
color: #9C7899;
}
</style>
background-color css
<style>
a { background-color: #9C7899; }
a { background-color: rgb(156,120,153); }
div.DivClassName
{
background-color: #9C7899;
}
.BgClassName
{
background-color: #9C7899;
}
</style>
border-color css
<style>
span { border-color: #9C7899; }
span { border-color: rgb(156,120,153); }
td.TdClassName
{
border-color: #9C7899;
}
.TagClassName
{
border-color: #9C7899;
}
</style>