Shades of Violet Blue #96518E
Tints of Violet Blue #96518E
RGB
CMYK
RGB Variations
Color information
#96518E (or 0x96518E) is known color: Violet Blue. HEX triplet: 96, 51 and 8E. RGB value is (150,81,142). Sum of RGB (Red+Green+Blue) = 150+81+142=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96518E is #69AE71. Grayscale: #6C6C6C. Windows color (decimal): -6925938 or 9326998. OLE color: 9326998.
HSL color Cylindrical-coordinate representation of color #96518E: hue angle of 306.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96518E is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 142 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.41 |
| HSL | 306.96º | 0.3% | 0.45% | - |
| HSV(B) | 306.96º | 0.46% | 0.59% | - |
| XYZ | 20.4 | 14.32 | 27.28 | - |
| YUV | 108.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 142 | 0 | 0.46 | 0.05 | 0.41 | 306.96 | 0.3 | 0.45 |
| Hex | 96 | 51 | 8E | 0 | 2E | 5 | 29 | 133 | 1E | 2D |
| Octal | 226 | 121 | 216 | 0 | 56 | 5 | 51 | 463 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10001110 | 0 | 101110 | 101 | 101001 | 100110011 | 11110 | 101101 |
Color Harmonies of #96518E
Complementary color
Monochromatic Colors of #96518E
Black with #96518E
Text Example
Text Example
White with #96518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96518E; }
p { color: rgb(150,81,142); }
H1.HeaderClassName
{
color: #96518E;
}
.AnyTagClassName
{
color: #96518E;
}
</style>
background-color css
<style>
a { background-color: #96518E; }
a { background-color: rgb(150,81,142); }
div.DivClassName
{
background-color: #96518E;
}
.BgClassName
{
background-color: #96518E;
}
</style>
border-color css
<style>
span { border-color: #96518E; }
span { border-color: rgb(150,81,142); }
td.TdClassName
{
border-color: #96518E;
}
.TagClassName
{
border-color: #96518E;
}
</style>