Shades of Violet Blue #9F508E
Tints of Violet Blue #9F508E
RGB
CMYK
RGB Variations
Color information
#9F508E (or 0x9F508E) is known color: Violet Blue. HEX triplet: 9F, 50 and 8E. RGB value is (159,80,142). Sum of RGB (Red+Green+Blue) = 159+80+142=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F508E is #60AF71. Grayscale: #6E6E6E. Windows color (decimal): -6336370 or 9326751. OLE color: 9326751.
HSL color Cylindrical-coordinate representation of color #9F508E: hue angle of 312.91º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F508E is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 142 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.38 |
| HSL | 312.91º | 0.33% | 0.47% | - |
| HSV(B) | 312.91º | 0.5% | 0.62% | - |
| XYZ | 22.05 | 15.06 | 27.34 | - |
| YUV | 110.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 142 | 0 | 0.50 | 0.11 | 0.38 | 312.91 | 0.33 | 0.47 |
| Hex | 9F | 50 | 8E | 0 | 32 | B | 26 | 139 | 21 | 2F |
| Octal | 237 | 120 | 216 | 0 | 62 | 13 | 46 | 471 | 41 | 57 |
| Binary | 10011111 | 1010000 | 10001110 | 0 | 110010 | 1011 | 100110 | 100111001 | 100001 | 101111 |
Color Harmonies of #9F508E
Complementary color
Monochromatic Colors of #9F508E
Black with #9F508E
Text Example
Text Example
White with #9F508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F508E; }
p { color: rgb(159,80,142); }
H1.HeaderClassName
{
color: #9F508E;
}
.AnyTagClassName
{
color: #9F508E;
}
</style>
background-color css
<style>
a { background-color: #9F508E; }
a { background-color: rgb(159,80,142); }
div.DivClassName
{
background-color: #9F508E;
}
.BgClassName
{
background-color: #9F508E;
}
</style>
border-color css
<style>
span { border-color: #9F508E; }
span { border-color: rgb(159,80,142); }
td.TdClassName
{
border-color: #9F508E;
}
.TagClassName
{
border-color: #9F508E;
}
</style>