Shades of Violet Blue #9F4993
Tints of Violet Blue #9F4993
RGB
CMYK
RGB Variations
Color information
#9F4993 (or 0x9F4993) is known color: Violet Blue. HEX triplet: 9F, 49 and 93. RGB value is (159,73,147). Sum of RGB (Red+Green+Blue) = 159+73+147=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4993 is #60B66C. Grayscale: #6A6A6A. Windows color (decimal): -6338157 or 9652639. OLE color: 9652639.
HSL color Cylindrical-coordinate representation of color #9F4993: hue angle of 308.37º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4993 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 147 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.38 |
| HSL | 308.37º | 0.37% | 0.45% | - |
| HSV(B) | 308.37º | 0.54% | 0.62% | - |
| XYZ | 21.95 | 14.24 | 29.2 | - |
| YUV | 107.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 147 | 0 | 0.54 | 0.08 | 0.38 | 308.37 | 0.37 | 0.45 |
| Hex | 9F | 49 | 93 | 0 | 36 | 8 | 26 | 134 | 25 | 2D |
| Octal | 237 | 111 | 223 | 0 | 66 | 10 | 46 | 464 | 45 | 55 |
| Binary | 10011111 | 1001001 | 10010011 | 0 | 110110 | 1000 | 100110 | 100110100 | 100101 | 101101 |
Color Harmonies of #9F4993
Complementary color
Monochromatic Colors of #9F4993
Black with #9F4993
Text Example
Text Example
White with #9F4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4993; }
p { color: rgb(159,73,147); }
H1.HeaderClassName
{
color: #9F4993;
}
.AnyTagClassName
{
color: #9F4993;
}
</style>
background-color css
<style>
a { background-color: #9F4993; }
a { background-color: rgb(159,73,147); }
div.DivClassName
{
background-color: #9F4993;
}
.BgClassName
{
background-color: #9F4993;
}
</style>
border-color css
<style>
span { border-color: #9F4993; }
span { border-color: rgb(159,73,147); }
td.TdClassName
{
border-color: #9F4993;
}
.TagClassName
{
border-color: #9F4993;
}
</style>