Shades of Violet Blue #9F489B
Tints of Violet Blue #9F489B
RGB
CMYK
RGB Variations
Color information
#9F489B (or 0x9F489B) is known color: Violet Blue. HEX triplet: 9F, 48 and 9B. RGB value is (159,72,155). Sum of RGB (Red+Green+Blue) = 159+72+155=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F489B is #60B764. Grayscale: #6B6B6B. Windows color (decimal): -6338405 or 10176671. OLE color: 10176671.
HSL color Cylindrical-coordinate representation of color #9F489B: hue angle of 302.76º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F489B is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 155 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.38 |
| HSL | 302.76º | 0.38% | 0.45% | - |
| HSV(B) | 302.76º | 0.55% | 0.62% | - |
| XYZ | 22.53 | 14.37 | 32.6 | - |
| YUV | 107.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 155 | 0 | 0.55 | 0.03 | 0.38 | 302.76 | 0.38 | 0.45 |
| Hex | 9F | 48 | 9B | 0 | 37 | 3 | 26 | 12F | 26 | 2D |
| Octal | 237 | 110 | 233 | 0 | 67 | 3 | 46 | 457 | 46 | 55 |
| Binary | 10011111 | 1001000 | 10011011 | 0 | 110111 | 11 | 100110 | 100101111 | 100110 | 101101 |
Color Harmonies of #9F489B
Complementary color
Monochromatic Colors of #9F489B
Black with #9F489B
Text Example
Text Example
White with #9F489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F489B; }
p { color: rgb(159,72,155); }
H1.HeaderClassName
{
color: #9F489B;
}
.AnyTagClassName
{
color: #9F489B;
}
</style>
background-color css
<style>
a { background-color: #9F489B; }
a { background-color: rgb(159,72,155); }
div.DivClassName
{
background-color: #9F489B;
}
.BgClassName
{
background-color: #9F489B;
}
</style>
border-color css
<style>
span { border-color: #9F489B; }
span { border-color: rgb(159,72,155); }
td.TdClassName
{
border-color: #9F489B;
}
.TagClassName
{
border-color: #9F489B;
}
</style>