Shades of Violet Blue #9F449C
Tints of Violet Blue #9F449C
RGB
CMYK
RGB Variations
Color information
#9F449C (or 0x9F449C) is known color: Violet Blue. HEX triplet: 9F, 44 and 9C. RGB value is (159,68,156). Sum of RGB (Red+Green+Blue) = 159+68+156=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F449C is #60BB63. Grayscale: #686868. Windows color (decimal): -6339428 or 10241183. OLE color: 10241183.
HSL color Cylindrical-coordinate representation of color #9F449C: hue angle of 301.98º 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 #9F449C is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 156 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.38 |
| HSL | 301.98º | 0.4% | 0.45% | - |
| HSV(B) | 301.98º | 0.57% | 0.62% | - |
| XYZ | 22.37 | 13.91 | 32.96 | - |
| YUV | 105.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 156 | 0 | 0.57 | 0.02 | 0.38 | 301.98 | 0.4 | 0.45 |
| Hex | 9F | 44 | 9C | 0 | 39 | 2 | 26 | 12E | 28 | 2D |
| Octal | 237 | 104 | 234 | 0 | 71 | 2 | 46 | 456 | 50 | 55 |
| Binary | 10011111 | 1000100 | 10011100 | 0 | 111001 | 10 | 100110 | 100101110 | 101000 | 101101 |
Color Harmonies of #9F449C
Complementary color
Monochromatic Colors of #9F449C
Black with #9F449C
Text Example
Text Example
White with #9F449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F449C; }
p { color: rgb(159,68,156); }
H1.HeaderClassName
{
color: #9F449C;
}
.AnyTagClassName
{
color: #9F449C;
}
</style>
background-color css
<style>
a { background-color: #9F449C; }
a { background-color: rgb(159,68,156); }
div.DivClassName
{
background-color: #9F449C;
}
.BgClassName
{
background-color: #9F449C;
}
</style>
border-color css
<style>
span { border-color: #9F449C; }
span { border-color: rgb(159,68,156); }
td.TdClassName
{
border-color: #9F449C;
}
.TagClassName
{
border-color: #9F449C;
}
</style>