Shades of Violet Blue #9F4495
Tints of Violet Blue #9F4495
RGB
CMYK
RGB Variations
Color information
#9F4495 (or 0x9F4495) is known color: Violet Blue. HEX triplet: 9F, 44 and 95. RGB value is (159,68,149). Sum of RGB (Red+Green+Blue) = 159+68+149=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4495 is #60BB6A. Grayscale: #686868. Windows color (decimal): -6339435 or 9782431. OLE color: 9782431.
HSL color Cylindrical-coordinate representation of color #9F4495: hue angle of 306.59º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F4495 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 149 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.38 |
| HSL | 306.59º | 0.4% | 0.45% | - |
| HSV(B) | 306.59º | 0.57% | 0.62% | - |
| XYZ | 21.79 | 13.68 | 29.92 | - |
| YUV | 104.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 149 | 0 | 0.57 | 0.06 | 0.38 | 306.59 | 0.4 | 0.45 |
| Hex | 9F | 44 | 95 | 0 | 39 | 6 | 26 | 133 | 28 | 2D |
| Octal | 237 | 104 | 225 | 0 | 71 | 6 | 46 | 463 | 50 | 55 |
| Binary | 10011111 | 1000100 | 10010101 | 0 | 111001 | 110 | 100110 | 100110011 | 101000 | 101101 |
Color Harmonies of #9F4495
Complementary color
Monochromatic Colors of #9F4495
Black with #9F4495
Text Example
Text Example
White with #9F4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4495; }
p { color: rgb(159,68,149); }
H1.HeaderClassName
{
color: #9F4495;
}
.AnyTagClassName
{
color: #9F4495;
}
</style>
background-color css
<style>
a { background-color: #9F4495; }
a { background-color: rgb(159,68,149); }
div.DivClassName
{
background-color: #9F4495;
}
.BgClassName
{
background-color: #9F4495;
}
</style>
border-color css
<style>
span { border-color: #9F4495; }
span { border-color: rgb(159,68,149); }
td.TdClassName
{
border-color: #9F4495;
}
.TagClassName
{
border-color: #9F4495;
}
</style>