Shades of Violet Blue #96659F
Tints of Violet Blue #96659F
RGB
CMYK
RGB Variations
Color information
#96659F (or 0x96659F) is known color: Violet Blue. HEX triplet: 96, 65 and 9F. RGB value is (150,101,159). Sum of RGB (Red+Green+Blue) = 150+101+159=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #96659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96659F is #699A60. Grayscale: #7A7A7A. Windows color (decimal): -6920801 or 10446230. OLE color: 10446230.
HSL color Cylindrical-coordinate representation of color #96659F: hue angle of 290.69º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96659F is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 101 | 159 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.38 |
| HSL | 290.69º | 0.23% | 0.51% | - |
| HSV(B) | 290.69º | 0.36% | 0.62% | - |
| XYZ | 23.49 | 18.29 | 35.09 | - |
| YUV | 122.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 159 | 0.06 | 0.36 | 0 | 0.38 | 290.69 | 0.23 | 0.51 |
| Hex | 96 | 65 | 9F | 6 | 24 | 0 | 26 | 123 | 17 | 33 |
| Octal | 226 | 145 | 237 | 6 | 44 | 0 | 46 | 443 | 27 | 63 |
| Binary | 10010110 | 1100101 | 10011111 | 110 | 100100 | 0 | 100110 | 100100011 | 10111 | 110011 |
Color Harmonies of #96659F
Complementary color
Monochromatic Colors of #96659F
Black with #96659F
Text Example
Text Example
White with #96659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96659F; }
p { color: rgb(150,101,159); }
H1.HeaderClassName
{
color: #96659F;
}
.AnyTagClassName
{
color: #96659F;
}
</style>
background-color css
<style>
a { background-color: #96659F; }
a { background-color: rgb(150,101,159); }
div.DivClassName
{
background-color: #96659F;
}
.BgClassName
{
background-color: #96659F;
}
</style>
border-color css
<style>
span { border-color: #96659F; }
span { border-color: rgb(150,101,159); }
td.TdClassName
{
border-color: #96659F;
}
.TagClassName
{
border-color: #96659F;
}
</style>