Shades of Violet Blue #9F548D
Tints of Violet Blue #9F548D
RGB
CMYK
RGB Variations
Color information
#9F548D (or 0x9F548D) is known color: Violet Blue. HEX triplet: 9F, 54 and 8D. RGB value is (159,84,141). Sum of RGB (Red+Green+Blue) = 159+84+141=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F548D is #60AB72. Grayscale: #707070. Windows color (decimal): -6335347 or 9262239. OLE color: 9262239.
HSL color Cylindrical-coordinate representation of color #9F548D: hue angle of 314.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F548D is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 141 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.38 |
| HSL | 314.4º | 0.31% | 0.48% | - |
| HSV(B) | 314.4º | 0.47% | 0.62% | - |
| XYZ | 22.28 | 15.63 | 27.04 | - |
| YUV | 112.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 141 | 0 | 0.47 | 0.11 | 0.38 | 314.4 | 0.31 | 0.48 |
| Hex | 9F | 54 | 8D | 0 | 2F | B | 26 | 13A | 1F | 30 |
| Octal | 237 | 124 | 215 | 0 | 57 | 13 | 46 | 472 | 37 | 60 |
| Binary | 10011111 | 1010100 | 10001101 | 0 | 101111 | 1011 | 100110 | 100111010 | 11111 | 110000 |
Color Harmonies of #9F548D
Complementary color
Monochromatic Colors of #9F548D
Black with #9F548D
Text Example
Text Example
White with #9F548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F548D; }
p { color: rgb(159,84,141); }
H1.HeaderClassName
{
color: #9F548D;
}
.AnyTagClassName
{
color: #9F548D;
}
</style>
background-color css
<style>
a { background-color: #9F548D; }
a { background-color: rgb(159,84,141); }
div.DivClassName
{
background-color: #9F548D;
}
.BgClassName
{
background-color: #9F548D;
}
</style>
border-color css
<style>
span { border-color: #9F548D; }
span { border-color: rgb(159,84,141); }
td.TdClassName
{
border-color: #9F548D;
}
.TagClassName
{
border-color: #9F548D;
}
</style>