Shades of Violet Blue #9F759C
Tints of Violet Blue #9F759C
RGB
CMYK
RGB Variations
Color information
#9F759C (or 0x9F759C) is known color: Violet Blue. HEX triplet: 9F, 75 and 9C. RGB value is (159,117,156). Sum of RGB (Red+Green+Blue) = 159+117+156=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F759C is #608A63. Grayscale: #858585. Windows color (decimal): -6326884 or 10253727. OLE color: 10253727.
HSL color Cylindrical-coordinate representation of color #9F759C: hue angle of 304.29º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F759C is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 156 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.38 |
| HSL | 304.29º | 0.18% | 0.54% | - |
| HSV(B) | 304.29º | 0.26% | 0.62% | - |
| XYZ | 26.66 | 22.49 | 34.39 | - |
| YUV | 134 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 156 | 0 | 0.26 | 0.02 | 0.38 | 304.29 | 0.18 | 0.54 |
| Hex | 9F | 75 | 9C | 0 | 1A | 2 | 26 | 130 | 12 | 36 |
| Octal | 237 | 165 | 234 | 0 | 32 | 2 | 46 | 460 | 22 | 66 |
| Binary | 10011111 | 1110101 | 10011100 | 0 | 11010 | 10 | 100110 | 100110000 | 10010 | 110110 |
Color Harmonies of #9F759C
Complementary color
Monochromatic Colors of #9F759C
Black with #9F759C
Text Example
Text Example
White with #9F759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F759C; }
p { color: rgb(159,117,156); }
H1.HeaderClassName
{
color: #9F759C;
}
.AnyTagClassName
{
color: #9F759C;
}
</style>
background-color css
<style>
a { background-color: #9F759C; }
a { background-color: rgb(159,117,156); }
div.DivClassName
{
background-color: #9F759C;
}
.BgClassName
{
background-color: #9F759C;
}
</style>
border-color css
<style>
span { border-color: #9F759C; }
span { border-color: rgb(159,117,156); }
td.TdClassName
{
border-color: #9F759C;
}
.TagClassName
{
border-color: #9F759C;
}
</style>