Shades of Violet Blue #9F689E
Tints of Violet Blue #9F689E
RGB
CMYK
RGB Variations
Color information
#9F689E (or 0x9F689E) is known color: Violet Blue. HEX triplet: 9F, 68 and 9E. RGB value is (159,104,158). Sum of RGB (Red+Green+Blue) = 159+104+158=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F689E is #609761. Grayscale: #7E7E7E. Windows color (decimal): -6330210 or 10381471. OLE color: 10381471.
HSL color Cylindrical-coordinate representation of color #9F689E: hue angle of 301.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F689E is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 158 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.38 |
| HSL | 301.09º | 0.22% | 0.52% | - |
| HSV(B) | 301.09º | 0.35% | 0.62% | - |
| XYZ | 25.42 | 19.74 | 34.82 | - |
| YUV | 126.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 158 | 0 | 0.35 | 0.01 | 0.38 | 301.09 | 0.22 | 0.52 |
| Hex | 9F | 68 | 9E | 0 | 23 | 1 | 26 | 12D | 16 | 34 |
| Octal | 237 | 150 | 236 | 0 | 43 | 1 | 46 | 455 | 26 | 64 |
| Binary | 10011111 | 1101000 | 10011110 | 0 | 100011 | 1 | 100110 | 100101101 | 10110 | 110100 |
Color Harmonies of #9F689E
Complementary color
Monochromatic Colors of #9F689E
Black with #9F689E
Text Example
Text Example
White with #9F689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F689E; }
p { color: rgb(159,104,158); }
H1.HeaderClassName
{
color: #9F689E;
}
.AnyTagClassName
{
color: #9F689E;
}
</style>
background-color css
<style>
a { background-color: #9F689E; }
a { background-color: rgb(159,104,158); }
div.DivClassName
{
background-color: #9F689E;
}
.BgClassName
{
background-color: #9F689E;
}
</style>
border-color css
<style>
span { border-color: #9F689E; }
span { border-color: rgb(159,104,158); }
td.TdClassName
{
border-color: #9F689E;
}
.TagClassName
{
border-color: #9F689E;
}
</style>