Shades of Violet Blue #96608E
Tints of Violet Blue #96608E
RGB
CMYK
RGB Variations
Color information
#96608E (or 0x96608E) is known color: Violet Blue. HEX triplet: 96, 60 and 8E. RGB value is (150,96,142). Sum of RGB (Red+Green+Blue) = 150+96+142=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96608E is #699F71. Grayscale: #757575. Windows color (decimal): -6922098 or 9330838. OLE color: 9330838.
HSL color Cylindrical-coordinate representation of color #96608E: hue angle of 308.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96608E is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 142 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.41 |
| HSL | 308.89º | 0.22% | 0.48% | - |
| HSV(B) | 308.89º | 0.36% | 0.59% | - |
| XYZ | 21.64 | 16.8 | 27.69 | - |
| YUV | 117.39 | 141.89 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 142 | 0 | 0.36 | 0.05 | 0.41 | 308.89 | 0.22 | 0.48 |
| Hex | 96 | 60 | 8E | 0 | 24 | 5 | 29 | 135 | 16 | 30 |
| Octal | 226 | 140 | 216 | 0 | 44 | 5 | 51 | 465 | 26 | 60 |
| Binary | 10010110 | 1100000 | 10001110 | 0 | 100100 | 101 | 101001 | 100110101 | 10110 | 110000 |
Color Harmonies of #96608E
Complementary color
Monochromatic Colors of #96608E
Black with #96608E
Text Example
Text Example
White with #96608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96608E; }
p { color: rgb(150,96,142); }
H1.HeaderClassName
{
color: #96608E;
}
.AnyTagClassName
{
color: #96608E;
}
</style>
background-color css
<style>
a { background-color: #96608E; }
a { background-color: rgb(150,96,142); }
div.DivClassName
{
background-color: #96608E;
}
.BgClassName
{
background-color: #96608E;
}
</style>
border-color css
<style>
span { border-color: #96608E; }
span { border-color: rgb(150,96,142); }
td.TdClassName
{
border-color: #96608E;
}
.TagClassName
{
border-color: #96608E;
}
</style>