Shades of Violet Blue #9F779C
Tints of Violet Blue #9F779C
RGB
CMYK
RGB Variations
Color information
#9F779C (or 0x9F779C) is known color: Violet Blue. HEX triplet: 9F, 77 and 9C. RGB value is (159,119,156). Sum of RGB (Red+Green+Blue) = 159+119+156=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F779C is #608863. Grayscale: #878787. Windows color (decimal): -6326372 or 10254239. OLE color: 10254239.
HSL color Cylindrical-coordinate representation of color #9F779C: hue angle of 304.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F779C is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 156 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.38 |
| HSL | 304.5º | 0.17% | 0.55% | - |
| HSV(B) | 304.5º | 0.25% | 0.62% | - |
| XYZ | 26.9 | 22.96 | 34.47 | - |
| YUV | 135.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 156 | 0 | 0.25 | 0.02 | 0.38 | 304.5 | 0.17 | 0.55 |
| Hex | 9F | 77 | 9C | 0 | 19 | 2 | 26 | 130 | 11 | 37 |
| Octal | 237 | 167 | 234 | 0 | 31 | 2 | 46 | 460 | 21 | 67 |
| Binary | 10011111 | 1110111 | 10011100 | 0 | 11001 | 10 | 100110 | 100110000 | 10001 | 110111 |
Color Harmonies of #9F779C
Complementary color
Monochromatic Colors of #9F779C
Black with #9F779C
Text Example
Text Example
White with #9F779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F779C; }
p { color: rgb(159,119,156); }
H1.HeaderClassName
{
color: #9F779C;
}
.AnyTagClassName
{
color: #9F779C;
}
</style>
background-color css
<style>
a { background-color: #9F779C; }
a { background-color: rgb(159,119,156); }
div.DivClassName
{
background-color: #9F779C;
}
.BgClassName
{
background-color: #9F779C;
}
</style>
border-color css
<style>
span { border-color: #9F779C; }
span { border-color: rgb(159,119,156); }
td.TdClassName
{
border-color: #9F779C;
}
.TagClassName
{
border-color: #9F779C;
}
</style>