Shades of Violet Blue #9F4494
Tints of Violet Blue #9F4494
RGB
CMYK
RGB Variations
Color information
#9F4494 (or 0x9F4494) is known color: Violet Blue. HEX triplet: 9F, 44 and 94. RGB value is (159,68,148). Sum of RGB (Red+Green+Blue) = 159+68+148=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4494 is #60BB6B. Grayscale: #686868. Windows color (decimal): -6339436 or 9716895. OLE color: 9716895.
HSL color Cylindrical-coordinate representation of color #9F4494: hue angle of 307.25º 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 #9F4494 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 148 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.38 |
| HSL | 307.25º | 0.4% | 0.45% | - |
| HSV(B) | 307.25º | 0.57% | 0.62% | - |
| XYZ | 21.71 | 13.64 | 29.51 | - |
| YUV | 104.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 148 | 0 | 0.57 | 0.07 | 0.38 | 307.25 | 0.4 | 0.45 |
| Hex | 9F | 44 | 94 | 0 | 39 | 7 | 26 | 133 | 28 | 2D |
| Octal | 237 | 104 | 224 | 0 | 71 | 7 | 46 | 463 | 50 | 55 |
| Binary | 10011111 | 1000100 | 10010100 | 0 | 111001 | 111 | 100110 | 100110011 | 101000 | 101101 |
Color Harmonies of #9F4494
Complementary color
Monochromatic Colors of #9F4494
Black with #9F4494
Text Example
Text Example
White with #9F4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4494; }
p { color: rgb(159,68,148); }
H1.HeaderClassName
{
color: #9F4494;
}
.AnyTagClassName
{
color: #9F4494;
}
</style>
background-color css
<style>
a { background-color: #9F4494; }
a { background-color: rgb(159,68,148); }
div.DivClassName
{
background-color: #9F4494;
}
.BgClassName
{
background-color: #9F4494;
}
</style>
border-color css
<style>
span { border-color: #9F4494; }
span { border-color: rgb(159,68,148); }
td.TdClassName
{
border-color: #9F4494;
}
.TagClassName
{
border-color: #9F4494;
}
</style>