Shades of Violet Blue #9F789C
Tints of Violet Blue #9F789C
RGB
CMYK
RGB Variations
Color information
#9F789C (or 0x9F789C) is known color: Violet Blue. HEX triplet: 9F, 78 and 9C. RGB value is (159,120,156). Sum of RGB (Red+Green+Blue) = 159+120+156=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F789C is #608763. Grayscale: #878787. Windows color (decimal): -6326116 or 10254495. OLE color: 10254495.
HSL color Cylindrical-coordinate representation of color #9F789C: hue angle of 304.62º 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 #9F789C is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 156 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.38 |
| HSL | 304.62º | 0.17% | 0.55% | - |
| HSV(B) | 304.62º | 0.25% | 0.62% | - |
| XYZ | 27.02 | 23.2 | 34.51 | - |
| YUV | 135.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 156 | 0 | 0.25 | 0.02 | 0.38 | 304.62 | 0.17 | 0.55 |
| Hex | 9F | 78 | 9C | 0 | 19 | 2 | 26 | 131 | 11 | 37 |
| Octal | 237 | 170 | 234 | 0 | 31 | 2 | 46 | 461 | 21 | 67 |
| Binary | 10011111 | 1111000 | 10011100 | 0 | 11001 | 10 | 100110 | 100110001 | 10001 | 110111 |
Color Harmonies of #9F789C
Complementary color
Monochromatic Colors of #9F789C
Black with #9F789C
Text Example
Text Example
White with #9F789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F789C; }
p { color: rgb(159,120,156); }
H1.HeaderClassName
{
color: #9F789C;
}
.AnyTagClassName
{
color: #9F789C;
}
</style>
background-color css
<style>
a { background-color: #9F789C; }
a { background-color: rgb(159,120,156); }
div.DivClassName
{
background-color: #9F789C;
}
.BgClassName
{
background-color: #9F789C;
}
</style>
border-color css
<style>
span { border-color: #9F789C; }
span { border-color: rgb(159,120,156); }
td.TdClassName
{
border-color: #9F789C;
}
.TagClassName
{
border-color: #9F789C;
}
</style>