Shades of Violet Blue #9F649D
Tints of Violet Blue #9F649D
RGB
CMYK
RGB Variations
Color information
#9F649D (or 0x9F649D) is known color: Violet Blue. HEX triplet: 9F, 64 and 9D. RGB value is (159,100,157). Sum of RGB (Red+Green+Blue) = 159+100+157=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F649D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F649D is #609B62. Grayscale: #7B7B7B. Windows color (decimal): -6331235 or 10314911. OLE color: 10314911.
HSL color Cylindrical-coordinate representation of color #9F649D: hue angle of 302.03º 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 #9F649D is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 157 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.38 |
| HSL | 302.03º | 0.24% | 0.51% | - |
| HSV(B) | 302.03º | 0.37% | 0.62% | - |
| XYZ | 24.94 | 18.92 | 34.24 | - |
| YUV | 124.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 157 | 0 | 0.37 | 0.01 | 0.38 | 302.03 | 0.24 | 0.51 |
| Hex | 9F | 64 | 9D | 0 | 25 | 1 | 26 | 12E | 18 | 33 |
| Octal | 237 | 144 | 235 | 0 | 45 | 1 | 46 | 456 | 30 | 63 |
| Binary | 10011111 | 1100100 | 10011101 | 0 | 100101 | 1 | 100110 | 100101110 | 11000 | 110011 |
Color Harmonies of #9F649D
Complementary color
Monochromatic Colors of #9F649D
Black with #9F649D
Text Example
Text Example
White with #9F649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F649D; }
p { color: rgb(159,100,157); }
H1.HeaderClassName
{
color: #9F649D;
}
.AnyTagClassName
{
color: #9F649D;
}
</style>
background-color css
<style>
a { background-color: #9F649D; }
a { background-color: rgb(159,100,157); }
div.DivClassName
{
background-color: #9F649D;
}
.BgClassName
{
background-color: #9F649D;
}
</style>
border-color css
<style>
span { border-color: #9F649D; }
span { border-color: rgb(159,100,157); }
td.TdClassName
{
border-color: #9F649D;
}
.TagClassName
{
border-color: #9F649D;
}
</style>