Shades of Violet Blue #9E799C
Tints of Violet Blue #9E799C
RGB
CMYK
RGB Variations
Color information
#9E799C (or 0x9E799C) is known color: Violet Blue. HEX triplet: 9E, 79 and 9C. RGB value is (158,121,156). Sum of RGB (Red+Green+Blue) = 158+121+156=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 158 - color contains mainly: red. Hex color #9E799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E799C is #618663. Grayscale: #878787. Windows color (decimal): -6391396 or 10254750. OLE color: 10254750.
HSL color Cylindrical-coordinate representation of color #9E799C: hue angle of 303.24º 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 #9E799C is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 156 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.38 |
| HSL | 303.24º | 0.16% | 0.55% | - |
| HSV(B) | 303.24º | 0.23% | 0.62% | - |
| XYZ | 26.94 | 23.34 | 34.54 | - |
| YUV | 136.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 156 | 0 | 0.23 | 0.01 | 0.38 | 303.24 | 0.16 | 0.55 |
| Hex | 9E | 79 | 9C | 0 | 17 | 1 | 26 | 12F | 10 | 37 |
| Octal | 236 | 171 | 234 | 0 | 27 | 1 | 46 | 457 | 20 | 67 |
| Binary | 10011110 | 1111001 | 10011100 | 0 | 10111 | 1 | 100110 | 100101111 | 10000 | 110111 |
Color Harmonies of #9E799C
Complementary color
Monochromatic Colors of #9E799C
Black with #9E799C
Text Example
Text Example
White with #9E799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E799C; }
p { color: rgb(158,121,156); }
H1.HeaderClassName
{
color: #9E799C;
}
.AnyTagClassName
{
color: #9E799C;
}
</style>
background-color css
<style>
a { background-color: #9E799C; }
a { background-color: rgb(158,121,156); }
div.DivClassName
{
background-color: #9E799C;
}
.BgClassName
{
background-color: #9E799C;
}
</style>
border-color css
<style>
span { border-color: #9E799C; }
span { border-color: rgb(158,121,156); }
td.TdClassName
{
border-color: #9E799C;
}
.TagClassName
{
border-color: #9E799C;
}
</style>