Shades of Violet Blue #9F5A8E
Tints of Violet Blue #9F5A8E
RGB
CMYK
RGB Variations
Color information
#9F5A8E (or 0x9F5A8E) is known color: Violet Blue. HEX triplet: 9F, 5A and 8E. RGB value is (159,90,142). Sum of RGB (Red+Green+Blue) = 159+90+142=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5A8E is #60A571. Grayscale: #747474. Windows color (decimal): -6333810 or 9329311. OLE color: 9329311.
HSL color Cylindrical-coordinate representation of color #9F5A8E: hue angle of 314.78º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5A8E is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 142 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.38 |
| HSL | 314.78º | 0.28% | 0.49% | - |
| HSV(B) | 314.78º | 0.43% | 0.62% | - |
| XYZ | 22.84 | 16.64 | 27.6 | - |
| YUV | 116.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 142 | 0 | 0.43 | 0.11 | 0.38 | 314.78 | 0.28 | 0.49 |
| Hex | 9F | 5A | 8E | 0 | 2B | B | 26 | 13B | 1C | 31 |
| Octal | 237 | 132 | 216 | 0 | 53 | 13 | 46 | 473 | 34 | 61 |
| Binary | 10011111 | 1011010 | 10001110 | 0 | 101011 | 1011 | 100110 | 100111011 | 11100 | 110001 |
Color Harmonies of #9F5A8E
Complementary color
Monochromatic Colors of #9F5A8E
Black with #9F5A8E
Text Example
Text Example
White with #9F5A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A8E; }
p { color: rgb(159,90,142); }
H1.HeaderClassName
{
color: #9F5A8E;
}
.AnyTagClassName
{
color: #9F5A8E;
}
</style>
background-color css
<style>
a { background-color: #9F5A8E; }
a { background-color: rgb(159,90,142); }
div.DivClassName
{
background-color: #9F5A8E;
}
.BgClassName
{
background-color: #9F5A8E;
}
</style>
border-color css
<style>
span { border-color: #9F5A8E; }
span { border-color: rgb(159,90,142); }
td.TdClassName
{
border-color: #9F5A8E;
}
.TagClassName
{
border-color: #9F5A8E;
}
</style>