Shades of Violet Blue #96519C
Tints of Violet Blue #96519C
RGB
CMYK
RGB Variations
Color information
#96519C (or 0x96519C) is known color: Violet Blue. HEX triplet: 96, 51 and 9C. RGB value is (150,81,156). Sum of RGB (Red+Green+Blue) = 150+81+156=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #96519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96519C is #69AE63. Grayscale: #6D6D6D. Windows color (decimal): -6925924 or 10244502. OLE color: 10244502.
HSL color Cylindrical-coordinate representation of color #96519C: hue angle of 295.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96519C is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 81 | 156 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.39 |
| HSL | 295.2º | 0.32% | 0.46% | - |
| HSV(B) | 295.2º | 0.48% | 0.61% | - |
| XYZ | 21.52 | 14.77 | 33.17 | - |
| YUV | 110.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 156 | 0.04 | 0.48 | 0 | 0.39 | 295.2 | 0.32 | 0.46 |
| Hex | 96 | 51 | 9C | 4 | 30 | 0 | 27 | 127 | 20 | 2E |
| Octal | 226 | 121 | 234 | 4 | 60 | 0 | 47 | 447 | 40 | 56 |
| Binary | 10010110 | 1010001 | 10011100 | 100 | 110000 | 0 | 100111 | 100100111 | 100000 | 101110 |
Color Harmonies of #96519C
Complementary color
Monochromatic Colors of #96519C
Black with #96519C
Text Example
Text Example
White with #96519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96519C; }
p { color: rgb(150,81,156); }
H1.HeaderClassName
{
color: #96519C;
}
.AnyTagClassName
{
color: #96519C;
}
</style>
background-color css
<style>
a { background-color: #96519C; }
a { background-color: rgb(150,81,156); }
div.DivClassName
{
background-color: #96519C;
}
.BgClassName
{
background-color: #96519C;
}
</style>
border-color css
<style>
span { border-color: #96519C; }
span { border-color: rgb(150,81,156); }
td.TdClassName
{
border-color: #96519C;
}
.TagClassName
{
border-color: #96519C;
}
</style>