Shades of Violet Blue #9F6BA0
Tints of Violet Blue #9F6BA0
RGB
CMYK
RGB Variations
Color information
#9F6BA0 (or 0x9F6BA0) is known color: Violet Blue. HEX triplet: 9F, 6B and A0. RGB value is (159,107,160). Sum of RGB (Red+Green+Blue) = 159+107+160=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 160 - color contains mainly: blue. Hex color #9F6BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6BA0 is #60945F. Grayscale: #808080. Windows color (decimal): -6329440 or 10513311. OLE color: 10513311.
HSL color Cylindrical-coordinate representation of color #9F6BA0: hue angle of 298.87º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F6BA0 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 107 | 160 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.37 |
| HSL | 298.87º | 0.22% | 0.52% | - |
| HSV(B) | 298.87º | 0.33% | 0.63% | - |
| XYZ | 25.9 | 20.42 | 35.83 | - |
| YUV | 128.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 107 | 160 | 0.01 | 0.33 | 0 | 0.37 | 298.87 | 0.22 | 0.52 |
| Hex | 9F | 6B | A0 | 1 | 21 | 0 | 25 | 12B | 16 | 34 |
| Octal | 237 | 153 | 240 | 1 | 41 | 0 | 45 | 453 | 26 | 64 |
| Binary | 10011111 | 1101011 | 10100000 | 1 | 100001 | 0 | 100101 | 100101011 | 10110 | 110100 |
Color Harmonies of #9F6BA0
Complementary color
Monochromatic Colors of #9F6BA0
Black with #9F6BA0
Text Example
Text Example
White with #9F6BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6BA0; }
p { color: rgb(159,107,160); }
H1.HeaderClassName
{
color: #9F6BA0;
}
.AnyTagClassName
{
color: #9F6BA0;
}
</style>
background-color css
<style>
a { background-color: #9F6BA0; }
a { background-color: rgb(159,107,160); }
div.DivClassName
{
background-color: #9F6BA0;
}
.BgClassName
{
background-color: #9F6BA0;
}
</style>
border-color css
<style>
span { border-color: #9F6BA0; }
span { border-color: rgb(159,107,160); }
td.TdClassName
{
border-color: #9F6BA0;
}
.TagClassName
{
border-color: #9F6BA0;
}
</style>