Shades of Violet Blue #9F6A9E
Tints of Violet Blue #9F6A9E
RGB
CMYK
RGB Variations
Color information
#9F6A9E (or 0x9F6A9E) is known color: Violet Blue. HEX triplet: 9F, 6A and 9E. RGB value is (159,106,158). Sum of RGB (Red+Green+Blue) = 159+106+158=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6A9E is #609561. Grayscale: #7F7F7F. Windows color (decimal): -6329698 or 10381983. OLE color: 10381983.
HSL color Cylindrical-coordinate representation of color #9F6A9E: hue angle of 301.13º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6A9E is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 106 | 158 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.38 |
| HSL | 301.13º | 0.22% | 0.52% | - |
| HSV(B) | 301.13º | 0.33% | 0.62% | - |
| XYZ | 25.62 | 20.15 | 34.89 | - |
| YUV | 127.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 158 | 0 | 0.33 | 0.01 | 0.38 | 301.13 | 0.22 | 0.52 |
| Hex | 9F | 6A | 9E | 0 | 21 | 1 | 26 | 12D | 16 | 34 |
| Octal | 237 | 152 | 236 | 0 | 41 | 1 | 46 | 455 | 26 | 64 |
| Binary | 10011111 | 1101010 | 10011110 | 0 | 100001 | 1 | 100110 | 100101101 | 10110 | 110100 |
Color Harmonies of #9F6A9E
Complementary color
Monochromatic Colors of #9F6A9E
Black with #9F6A9E
Text Example
Text Example
White with #9F6A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6A9E; }
p { color: rgb(159,106,158); }
H1.HeaderClassName
{
color: #9F6A9E;
}
.AnyTagClassName
{
color: #9F6A9E;
}
</style>
background-color css
<style>
a { background-color: #9F6A9E; }
a { background-color: rgb(159,106,158); }
div.DivClassName
{
background-color: #9F6A9E;
}
.BgClassName
{
background-color: #9F6A9E;
}
</style>
border-color css
<style>
span { border-color: #9F6A9E; }
span { border-color: rgb(159,106,158); }
td.TdClassName
{
border-color: #9F6A9E;
}
.TagClassName
{
border-color: #9F6A9E;
}
</style>