Shades of Violet Blue #9F6C9B
Tints of Violet Blue #9F6C9B
RGB
CMYK
RGB Variations
Color information
#9F6C9B (or 0x9F6C9B) is known color: Violet Blue. HEX triplet: 9F, 6C and 9B. RGB value is (159,108,155). Sum of RGB (Red+Green+Blue) = 159+108+155=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6C9B is #609364. Grayscale: #808080. Windows color (decimal): -6329189 or 10185887. OLE color: 10185887.
HSL color Cylindrical-coordinate representation of color #9F6C9B: hue angle of 304.71º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C9B is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 108 | 155 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.38 |
| HSL | 304.71º | 0.21% | 0.52% | - |
| HSV(B) | 304.71º | 0.32% | 0.62% | - |
| XYZ | 25.58 | 20.46 | 33.61 | - |
| YUV | 128.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 155 | 0 | 0.32 | 0.03 | 0.38 | 304.71 | 0.21 | 0.52 |
| Hex | 9F | 6C | 9B | 0 | 20 | 3 | 26 | 131 | 15 | 34 |
| Octal | 237 | 154 | 233 | 0 | 40 | 3 | 46 | 461 | 25 | 64 |
| Binary | 10011111 | 1101100 | 10011011 | 0 | 100000 | 11 | 100110 | 100110001 | 10101 | 110100 |
Color Harmonies of #9F6C9B
Complementary color
Monochromatic Colors of #9F6C9B
Black with #9F6C9B
Text Example
Text Example
White with #9F6C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6C9B; }
p { color: rgb(159,108,155); }
H1.HeaderClassName
{
color: #9F6C9B;
}
.AnyTagClassName
{
color: #9F6C9B;
}
</style>
background-color css
<style>
a { background-color: #9F6C9B; }
a { background-color: rgb(159,108,155); }
div.DivClassName
{
background-color: #9F6C9B;
}
.BgClassName
{
background-color: #9F6C9B;
}
</style>
border-color css
<style>
span { border-color: #9F6C9B; }
span { border-color: rgb(159,108,155); }
td.TdClassName
{
border-color: #9F6C9B;
}
.TagClassName
{
border-color: #9F6C9B;
}
</style>