Shades of Violet Blue #9F699C
Tints of Violet Blue #9F699C
RGB
CMYK
RGB Variations
Color information
#9F699C (or 0x9F699C) is known color: Violet Blue. HEX triplet: 9F, 69 and 9C. RGB value is (159,105,156). Sum of RGB (Red+Green+Blue) = 159+105+156=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F699C is #609663. Grayscale: #7E7E7E. Windows color (decimal): -6329956 or 10250655. OLE color: 10250655.
HSL color Cylindrical-coordinate representation of color #9F699C: hue angle of 303.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F699C is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 156 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.38 |
| HSL | 303.33º | 0.22% | 0.52% | - |
| HSV(B) | 303.33º | 0.34% | 0.62% | - |
| XYZ | 25.35 | 19.87 | 33.95 | - |
| YUV | 126.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 156 | 0 | 0.34 | 0.02 | 0.38 | 303.33 | 0.22 | 0.52 |
| Hex | 9F | 69 | 9C | 0 | 22 | 2 | 26 | 12F | 16 | 34 |
| Octal | 237 | 151 | 234 | 0 | 42 | 2 | 46 | 457 | 26 | 64 |
| Binary | 10011111 | 1101001 | 10011100 | 0 | 100010 | 10 | 100110 | 100101111 | 10110 | 110100 |
Color Harmonies of #9F699C
Complementary color
Monochromatic Colors of #9F699C
Black with #9F699C
Text Example
Text Example
White with #9F699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F699C; }
p { color: rgb(159,105,156); }
H1.HeaderClassName
{
color: #9F699C;
}
.AnyTagClassName
{
color: #9F699C;
}
</style>
background-color css
<style>
a { background-color: #9F699C; }
a { background-color: rgb(159,105,156); }
div.DivClassName
{
background-color: #9F699C;
}
.BgClassName
{
background-color: #9F699C;
}
</style>
border-color css
<style>
span { border-color: #9F699C; }
span { border-color: rgb(159,105,156); }
td.TdClassName
{
border-color: #9F699C;
}
.TagClassName
{
border-color: #9F699C;
}
</style>