Shades of Violet Blue #9F449F
Tints of Violet Blue #9F449F
RGB
CMYK
RGB Variations
Color information
#9F449F (or 0x9F449F) is known color: Violet Blue. HEX triplet: 9F, 44 and 9F. RGB value is (159,68,159). Sum of RGB (Red+Green+Blue) = 159+68+159=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F449F is #60BB60. Grayscale: #696969. Windows color (decimal): -6339425 or 10437791. OLE color: 10437791.
HSL color Cylindrical-coordinate representation of color #9F449F: hue angle of 300º 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 #9F449F is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 159 | - |
| CMYK | 0 | 0.57 | 0 | 0.38 |
| HSL | 300º | 0.4% | 0.45% | - |
| HSV(B) | 300º | 0.57% | 0.62% | - |
| XYZ | 22.62 | 14.01 | 34.31 | - |
| YUV | 105.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 159 | 0 | 0.57 | 0 | 0.38 | 300 | 0.4 | 0.45 |
| Hex | 9F | 44 | 9F | 0 | 39 | 0 | 26 | 12C | 28 | 2D |
| Octal | 237 | 104 | 237 | 0 | 71 | 0 | 46 | 454 | 50 | 55 |
| Binary | 10011111 | 1000100 | 10011111 | 0 | 111001 | 0 | 100110 | 100101100 | 101000 | 101101 |
Color Harmonies of #9F449F
Complementary color
Monochromatic Colors of #9F449F
Black with #9F449F
Text Example
Text Example
White with #9F449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F449F; }
p { color: rgb(159,68,159); }
H1.HeaderClassName
{
color: #9F449F;
}
.AnyTagClassName
{
color: #9F449F;
}
</style>
background-color css
<style>
a { background-color: #9F449F; }
a { background-color: rgb(159,68,159); }
div.DivClassName
{
background-color: #9F449F;
}
.BgClassName
{
background-color: #9F449F;
}
</style>
border-color css
<style>
span { border-color: #9F449F; }
span { border-color: rgb(159,68,159); }
td.TdClassName
{
border-color: #9F449F;
}
.TagClassName
{
border-color: #9F449F;
}
</style>