Shades of Violet Blue #9F449A
Tints of Violet Blue #9F449A
RGB
CMYK
RGB Variations
Color information
#9F449A (or 0x9F449A) is known color: Violet Blue. HEX triplet: 9F, 44 and 9A. RGB value is (159,68,154). Sum of RGB (Red+Green+Blue) = 159+68+154=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F449A is #60BB65. Grayscale: #686868. Windows color (decimal): -6339430 or 10110111. OLE color: 10110111.
HSL color Cylindrical-coordinate representation of color #9F449A: hue angle of 303.3º 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 #9F449A is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 154 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.38 |
| HSL | 303.3º | 0.4% | 0.45% | - |
| HSV(B) | 303.3º | 0.57% | 0.62% | - |
| XYZ | 22.2 | 13.84 | 32.07 | - |
| YUV | 105.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 154 | 0 | 0.57 | 0.03 | 0.38 | 303.3 | 0.4 | 0.45 |
| Hex | 9F | 44 | 9A | 0 | 39 | 3 | 26 | 12F | 28 | 2D |
| Octal | 237 | 104 | 232 | 0 | 71 | 3 | 46 | 457 | 50 | 55 |
| Binary | 10011111 | 1000100 | 10011010 | 0 | 111001 | 11 | 100110 | 100101111 | 101000 | 101101 |
Color Harmonies of #9F449A
Complementary color
Monochromatic Colors of #9F449A
Black with #9F449A
Text Example
Text Example
White with #9F449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F449A; }
p { color: rgb(159,68,154); }
H1.HeaderClassName
{
color: #9F449A;
}
.AnyTagClassName
{
color: #9F449A;
}
</style>
background-color css
<style>
a { background-color: #9F449A; }
a { background-color: rgb(159,68,154); }
div.DivClassName
{
background-color: #9F449A;
}
.BgClassName
{
background-color: #9F449A;
}
</style>
border-color css
<style>
span { border-color: #9F449A; }
span { border-color: rgb(159,68,154); }
td.TdClassName
{
border-color: #9F449A;
}
.TagClassName
{
border-color: #9F449A;
}
</style>