Shades of Violet Blue #96679E
Tints of Violet Blue #96679E
RGB
CMYK
RGB Variations
Color information
#96679E (or 0x96679E) is known color: Violet Blue. HEX triplet: 96, 67 and 9E. RGB value is (150,103,158). Sum of RGB (Red+Green+Blue) = 150+103+158=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 158 - color contains mainly: blue. Hex color #96679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96679E is #699861. Grayscale: #7B7B7B. Windows color (decimal): -6920290 or 10381206. OLE color: 10381206.
HSL color Cylindrical-coordinate representation of color #96679E: hue angle of 291.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96679E is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 103 | 158 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.38 |
| HSL | 291.27º | 0.22% | 0.51% | - |
| HSV(B) | 291.27º | 0.35% | 0.62% | - |
| XYZ | 23.6 | 18.65 | 34.7 | - |
| YUV | 123.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 158 | 0.05 | 0.35 | 0 | 0.38 | 291.27 | 0.22 | 0.51 |
| Hex | 96 | 67 | 9E | 5 | 23 | 0 | 26 | 123 | 16 | 33 |
| Octal | 226 | 147 | 236 | 5 | 43 | 0 | 46 | 443 | 26 | 63 |
| Binary | 10010110 | 1100111 | 10011110 | 101 | 100011 | 0 | 100110 | 100100011 | 10110 | 110011 |
Color Harmonies of #96679E
Complementary color
Monochromatic Colors of #96679E
Black with #96679E
Text Example
Text Example
White with #96679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96679E; }
p { color: rgb(150,103,158); }
H1.HeaderClassName
{
color: #96679E;
}
.AnyTagClassName
{
color: #96679E;
}
</style>
background-color css
<style>
a { background-color: #96679E; }
a { background-color: rgb(150,103,158); }
div.DivClassName
{
background-color: #96679E;
}
.BgClassName
{
background-color: #96679E;
}
</style>
border-color css
<style>
span { border-color: #96679E; }
span { border-color: rgb(150,103,158); }
td.TdClassName
{
border-color: #96679E;
}
.TagClassName
{
border-color: #96679E;
}
</style>