Shades of Violet Blue #9F519B
Tints of Violet Blue #9F519B
RGB
CMYK
RGB Variations
Color information
#9F519B (or 0x9F519B) is known color: Violet Blue. HEX triplet: 9F, 51 and 9B. RGB value is (159,81,155). Sum of RGB (Red+Green+Blue) = 159+81+155=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F519B is #60AE64. Grayscale: #707070. Windows color (decimal): -6336101 or 10178975. OLE color: 10178975.
HSL color Cylindrical-coordinate representation of color #9F519B: hue angle of 303.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F519B is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 155 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.38 |
| HSL | 303.08º | 0.33% | 0.47% | - |
| HSV(B) | 303.08º | 0.49% | 0.62% | - |
| XYZ | 23.16 | 15.62 | 32.81 | - |
| YUV | 112.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 155 | 0 | 0.49 | 0.03 | 0.38 | 303.08 | 0.33 | 0.47 |
| Hex | 9F | 51 | 9B | 0 | 31 | 3 | 26 | 12F | 20 | 2F |
| Octal | 237 | 121 | 233 | 0 | 61 | 3 | 46 | 457 | 40 | 57 |
| Binary | 10011111 | 1010001 | 10011011 | 0 | 110001 | 11 | 100110 | 100101111 | 100000 | 101111 |
Color Harmonies of #9F519B
Complementary color
Monochromatic Colors of #9F519B
Black with #9F519B
Text Example
Text Example
White with #9F519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F519B; }
p { color: rgb(159,81,155); }
H1.HeaderClassName
{
color: #9F519B;
}
.AnyTagClassName
{
color: #9F519B;
}
</style>
background-color css
<style>
a { background-color: #9F519B; }
a { background-color: rgb(159,81,155); }
div.DivClassName
{
background-color: #9F519B;
}
.BgClassName
{
background-color: #9F519B;
}
</style>
border-color css
<style>
span { border-color: #9F519B; }
span { border-color: rgb(159,81,155); }
td.TdClassName
{
border-color: #9F519B;
}
.TagClassName
{
border-color: #9F519B;
}
</style>