Shades of Violet Blue #96519A
Tints of Violet Blue #96519A
RGB
CMYK
RGB Variations
Color information
#96519A (or 0x96519A) is known color: Violet Blue. HEX triplet: 96, 51 and 9A. RGB value is (150,81,154). Sum of RGB (Red+Green+Blue) = 150+81+154=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #96519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96519A is #69AE65. Grayscale: #6D6D6D. Windows color (decimal): -6925926 or 10113430. OLE color: 10113430.
HSL color Cylindrical-coordinate representation of color #96519A: hue angle of 296.71º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96519A is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 81 | 154 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.40 |
| HSL | 296.71º | 0.31% | 0.46% | - |
| HSV(B) | 296.71º | 0.47% | 0.6% | - |
| XYZ | 21.35 | 14.7 | 32.28 | - |
| YUV | 109.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 154 | 0.03 | 0.47 | 0 | 0.40 | 296.71 | 0.31 | 0.46 |
| Hex | 96 | 51 | 9A | 3 | 2F | 0 | 28 | 129 | 1F | 2E |
| Octal | 226 | 121 | 232 | 3 | 57 | 0 | 50 | 451 | 37 | 56 |
| Binary | 10010110 | 1010001 | 10011010 | 11 | 101111 | 0 | 101000 | 100101001 | 11111 | 101110 |
Color Harmonies of #96519A
Complementary color
Monochromatic Colors of #96519A
Black with #96519A
Text Example
Text Example
White with #96519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96519A; }
p { color: rgb(150,81,154); }
H1.HeaderClassName
{
color: #96519A;
}
.AnyTagClassName
{
color: #96519A;
}
</style>
background-color css
<style>
a { background-color: #96519A; }
a { background-color: rgb(150,81,154); }
div.DivClassName
{
background-color: #96519A;
}
.BgClassName
{
background-color: #96519A;
}
</style>
border-color css
<style>
span { border-color: #96519A; }
span { border-color: rgb(150,81,154); }
td.TdClassName
{
border-color: #96519A;
}
.TagClassName
{
border-color: #96519A;
}
</style>