Shades of Violet Blue #96519D
Tints of Violet Blue #96519D
RGB
CMYK
RGB Variations
Color information
#96519D (or 0x96519D) is known color: Violet Blue. HEX triplet: 96, 51 and 9D. RGB value is (150,81,157). Sum of RGB (Red+Green+Blue) = 150+81+157=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #96519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96519D is #69AE62. Grayscale: #6E6E6E. Windows color (decimal): -6925923 or 10310038. OLE color: 10310038.
HSL color Cylindrical-coordinate representation of color #96519D: hue angle of 294.47º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96519D is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 81 | 157 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.38 |
| HSL | 294.47º | 0.32% | 0.47% | - |
| HSV(B) | 294.47º | 0.48% | 0.62% | - |
| XYZ | 21.61 | 14.8 | 33.62 | - |
| YUV | 110.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 157 | 0.04 | 0.48 | 0 | 0.38 | 294.47 | 0.32 | 0.47 |
| Hex | 96 | 51 | 9D | 4 | 30 | 0 | 26 | 126 | 20 | 2F |
| Octal | 226 | 121 | 235 | 4 | 60 | 0 | 46 | 446 | 40 | 57 |
| Binary | 10010110 | 1010001 | 10011101 | 100 | 110000 | 0 | 100110 | 100100110 | 100000 | 101111 |
Color Harmonies of #96519D
Complementary color
Monochromatic Colors of #96519D
Black with #96519D
Text Example
Text Example
White with #96519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96519D; }
p { color: rgb(150,81,157); }
H1.HeaderClassName
{
color: #96519D;
}
.AnyTagClassName
{
color: #96519D;
}
</style>
background-color css
<style>
a { background-color: #96519D; }
a { background-color: rgb(150,81,157); }
div.DivClassName
{
background-color: #96519D;
}
.BgClassName
{
background-color: #96519D;
}
</style>
border-color css
<style>
span { border-color: #96519D; }
span { border-color: rgb(150,81,157); }
td.TdClassName
{
border-color: #96519D;
}
.TagClassName
{
border-color: #96519D;
}
</style>