Shades of Violet Blue #96639E
Tints of Violet Blue #96639E
RGB
CMYK
RGB Variations
Color information
#96639E (or 0x96639E) is known color: Violet Blue. HEX triplet: 96, 63 and 9E. RGB value is (150,99,158). Sum of RGB (Red+Green+Blue) = 150+99+158=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 158 - color contains mainly: blue. Hex color #96639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96639E is #699C61. Grayscale: #787878. Windows color (decimal): -6921314 or 10380182. OLE color: 10380182.
HSL color Cylindrical-coordinate representation of color #96639E: hue angle of 291.86º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96639E is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 99 | 158 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.38 |
| HSL | 291.86º | 0.23% | 0.5% | - |
| HSV(B) | 291.86º | 0.37% | 0.62% | - |
| XYZ | 23.21 | 17.88 | 34.57 | - |
| YUV | 120.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 158 | 0.05 | 0.37 | 0 | 0.38 | 291.86 | 0.23 | 0.5 |
| Hex | 96 | 63 | 9E | 5 | 25 | 0 | 26 | 124 | 17 | 32 |
| Octal | 226 | 143 | 236 | 5 | 45 | 0 | 46 | 444 | 27 | 62 |
| Binary | 10010110 | 1100011 | 10011110 | 101 | 100101 | 0 | 100110 | 100100100 | 10111 | 110010 |
Color Harmonies of #96639E
Complementary color
Monochromatic Colors of #96639E
Black with #96639E
Text Example
Text Example
White with #96639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96639E; }
p { color: rgb(150,99,158); }
H1.HeaderClassName
{
color: #96639E;
}
.AnyTagClassName
{
color: #96639E;
}
</style>
background-color css
<style>
a { background-color: #96639E; }
a { background-color: rgb(150,99,158); }
div.DivClassName
{
background-color: #96639E;
}
.BgClassName
{
background-color: #96639E;
}
</style>
border-color css
<style>
span { border-color: #96639E; }
span { border-color: rgb(150,99,158); }
td.TdClassName
{
border-color: #96639E;
}
.TagClassName
{
border-color: #96639E;
}
</style>