Shades of Violet Blue #9F649C
Tints of Violet Blue #9F649C
RGB
CMYK
RGB Variations
Color information
#9F649C (or 0x9F649C) is known color: Violet Blue. HEX triplet: 9F, 64 and 9C. RGB value is (159,100,156). Sum of RGB (Red+Green+Blue) = 159+100+156=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F649C is #609B63. Grayscale: #7B7B7B. Windows color (decimal): -6331236 or 10249375. OLE color: 10249375.
HSL color Cylindrical-coordinate representation of color #9F649C: hue angle of 303.05º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F649C is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 156 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.38 |
| HSL | 303.05º | 0.24% | 0.51% | - |
| HSV(B) | 303.05º | 0.37% | 0.62% | - |
| XYZ | 24.86 | 18.89 | 33.79 | - |
| YUV | 124.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 156 | 0 | 0.37 | 0.02 | 0.38 | 303.05 | 0.24 | 0.51 |
| Hex | 9F | 64 | 9C | 0 | 25 | 2 | 26 | 12F | 18 | 33 |
| Octal | 237 | 144 | 234 | 0 | 45 | 2 | 46 | 457 | 30 | 63 |
| Binary | 10011111 | 1100100 | 10011100 | 0 | 100101 | 10 | 100110 | 100101111 | 11000 | 110011 |
Color Harmonies of #9F649C
Complementary color
Monochromatic Colors of #9F649C
Black with #9F649C
Text Example
Text Example
White with #9F649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F649C; }
p { color: rgb(159,100,156); }
H1.HeaderClassName
{
color: #9F649C;
}
.AnyTagClassName
{
color: #9F649C;
}
</style>
background-color css
<style>
a { background-color: #9F649C; }
a { background-color: rgb(159,100,156); }
div.DivClassName
{
background-color: #9F649C;
}
.BgClassName
{
background-color: #9F649C;
}
</style>
border-color css
<style>
span { border-color: #9F649C; }
span { border-color: rgb(159,100,156); }
td.TdClassName
{
border-color: #9F649C;
}
.TagClassName
{
border-color: #9F649C;
}
</style>