Shades of Violet Blue #9F679D
Tints of Violet Blue #9F679D
RGB
CMYK
RGB Variations
Color information
#9F679D (or 0x9F679D) is known color: Violet Blue. HEX triplet: 9F, 67 and 9D. RGB value is (159,103,157). Sum of RGB (Red+Green+Blue) = 159+103+157=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F679D is #609862. Grayscale: #7D7D7D. Windows color (decimal): -6330467 or 10315679. OLE color: 10315679.
HSL color Cylindrical-coordinate representation of color #9F679D: hue angle of 302.14º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F679D is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 157 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.38 |
| HSL | 302.14º | 0.23% | 0.51% | - |
| HSV(B) | 302.14º | 0.35% | 0.62% | - |
| XYZ | 25.23 | 19.51 | 34.33 | - |
| YUV | 125.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 157 | 0 | 0.35 | 0.01 | 0.38 | 302.14 | 0.23 | 0.51 |
| Hex | 9F | 67 | 9D | 0 | 23 | 1 | 26 | 12E | 17 | 33 |
| Octal | 237 | 147 | 235 | 0 | 43 | 1 | 46 | 456 | 27 | 63 |
| Binary | 10011111 | 1100111 | 10011101 | 0 | 100011 | 1 | 100110 | 100101110 | 10111 | 110011 |
Color Harmonies of #9F679D
Complementary color
Monochromatic Colors of #9F679D
Black with #9F679D
Text Example
Text Example
White with #9F679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F679D; }
p { color: rgb(159,103,157); }
H1.HeaderClassName
{
color: #9F679D;
}
.AnyTagClassName
{
color: #9F679D;
}
</style>
background-color css
<style>
a { background-color: #9F679D; }
a { background-color: rgb(159,103,157); }
div.DivClassName
{
background-color: #9F679D;
}
.BgClassName
{
background-color: #9F679D;
}
</style>
border-color css
<style>
span { border-color: #9F679D; }
span { border-color: rgb(159,103,157); }
td.TdClassName
{
border-color: #9F679D;
}
.TagClassName
{
border-color: #9F679D;
}
</style>