Shades of Violet Blue #9C799D
Tints of Violet Blue #9C799D
RGB
CMYK
RGB Variations
Color information
#9C799D (or 0x9C799D) is known color: Violet Blue. HEX triplet: 9C, 79 and 9D. RGB value is (156,121,157). Sum of RGB (Red+Green+Blue) = 156+121+157=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C799D is #638662. Grayscale: #878787. Windows color (decimal): -6522467 or 10320284. OLE color: 10320284.
HSL color Cylindrical-coordinate representation of color #9C799D: hue angle of 298.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C799D is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 121 | 157 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.38 |
| HSL | 298.33º | 0.16% | 0.55% | - |
| HSV(B) | 298.33º | 0.23% | 0.62% | - |
| XYZ | 26.63 | 23.18 | 34.97 | - |
| YUV | 135.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 157 | 0.01 | 0.23 | 0 | 0.38 | 298.33 | 0.16 | 0.55 |
| Hex | 9C | 79 | 9D | 1 | 17 | 0 | 26 | 12A | 10 | 37 |
| Octal | 234 | 171 | 235 | 1 | 27 | 0 | 46 | 452 | 20 | 67 |
| Binary | 10011100 | 1111001 | 10011101 | 1 | 10111 | 0 | 100110 | 100101010 | 10000 | 110111 |
Color Harmonies of #9C799D
Complementary color
Monochromatic Colors of #9C799D
Black with #9C799D
Text Example
Text Example
White with #9C799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C799D; }
p { color: rgb(156,121,157); }
H1.HeaderClassName
{
color: #9C799D;
}
.AnyTagClassName
{
color: #9C799D;
}
</style>
background-color css
<style>
a { background-color: #9C799D; }
a { background-color: rgb(156,121,157); }
div.DivClassName
{
background-color: #9C799D;
}
.BgClassName
{
background-color: #9C799D;
}
</style>
border-color css
<style>
span { border-color: #9C799D; }
span { border-color: rgb(156,121,157); }
td.TdClassName
{
border-color: #9C799D;
}
.TagClassName
{
border-color: #9C799D;
}
</style>