Shades of Violet Blue #9F448D
Tints of Violet Blue #9F448D
RGB
CMYK
RGB Variations
Color information
#9F448D (or 0x9F448D) is known color: Violet Blue. HEX triplet: 9F, 44 and 8D. RGB value is (159,68,141). Sum of RGB (Red+Green+Blue) = 159+68+141=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F448D is #60BB72. Grayscale: #676767. Windows color (decimal): -6339443 or 9258143. OLE color: 9258143.
HSL color Cylindrical-coordinate representation of color #9F448D: hue angle of 311.87º 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 #9F448D is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 68 | 141 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.38 |
| HSL | 311.87º | 0.4% | 0.45% | - |
| HSV(B) | 311.87º | 0.57% | 0.62% | - |
| XYZ | 21.17 | 13.43 | 26.68 | - |
| YUV | 103.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 141 | 0 | 0.57 | 0.11 | 0.38 | 311.87 | 0.4 | 0.45 |
| Hex | 9F | 44 | 8D | 0 | 39 | B | 26 | 138 | 28 | 2D |
| Octal | 237 | 104 | 215 | 0 | 71 | 13 | 46 | 470 | 50 | 55 |
| Binary | 10011111 | 1000100 | 10001101 | 0 | 111001 | 1011 | 100110 | 100111000 | 101000 | 101101 |
Color Harmonies of #9F448D
Complementary color
Monochromatic Colors of #9F448D
Black with #9F448D
Text Example
Text Example
White with #9F448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F448D; }
p { color: rgb(159,68,141); }
H1.HeaderClassName
{
color: #9F448D;
}
.AnyTagClassName
{
color: #9F448D;
}
</style>
background-color css
<style>
a { background-color: #9F448D; }
a { background-color: rgb(159,68,141); }
div.DivClassName
{
background-color: #9F448D;
}
.BgClassName
{
background-color: #9F448D;
}
</style>
border-color css
<style>
span { border-color: #9F448D; }
span { border-color: rgb(159,68,141); }
td.TdClassName
{
border-color: #9F448D;
}
.TagClassName
{
border-color: #9F448D;
}
</style>