Shades of Violet Blue #96469E
Tints of Violet Blue #96469E
RGB
CMYK
RGB Variations
Color information
#96469E (or 0x96469E) is known color: Violet Blue. HEX triplet: 96, 46 and 9E. RGB value is (150,70,158). Sum of RGB (Red+Green+Blue) = 150+70+158=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #96469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96469E is #69B961. Grayscale: #676767. Windows color (decimal): -6928738 or 10372758. OLE color: 10372758.
HSL color Cylindrical-coordinate representation of color #96469E: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96469E is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 70 | 158 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.38 |
| HSL | 294.55º | 0.39% | 0.45% | - |
| HSV(B) | 294.55º | 0.56% | 0.62% | - |
| XYZ | 20.94 | 13.33 | 33.82 | - |
| YUV | 103.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 158 | 0.05 | 0.56 | 0 | 0.38 | 294.55 | 0.39 | 0.45 |
| Hex | 96 | 46 | 9E | 5 | 38 | 0 | 26 | 127 | 27 | 2D |
| Octal | 226 | 106 | 236 | 5 | 70 | 0 | 46 | 447 | 47 | 55 |
| Binary | 10010110 | 1000110 | 10011110 | 101 | 111000 | 0 | 100110 | 100100111 | 100111 | 101101 |
Color Harmonies of #96469E
Complementary color
Monochromatic Colors of #96469E
Black with #96469E
Text Example
Text Example
White with #96469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96469E; }
p { color: rgb(150,70,158); }
H1.HeaderClassName
{
color: #96469E;
}
.AnyTagClassName
{
color: #96469E;
}
</style>
background-color css
<style>
a { background-color: #96469E; }
a { background-color: rgb(150,70,158); }
div.DivClassName
{
background-color: #96469E;
}
.BgClassName
{
background-color: #96469E;
}
</style>
border-color css
<style>
span { border-color: #96469E; }
span { border-color: rgb(150,70,158); }
td.TdClassName
{
border-color: #96469E;
}
.TagClassName
{
border-color: #96469E;
}
</style>