Shades of Violet Blue #96688F
Tints of Violet Blue #96688F
RGB
CMYK
RGB Variations
Color information
#96688F (or 0x96688F) is known color: Violet Blue. HEX triplet: 96, 68 and 8F. RGB value is (150,104,143). Sum of RGB (Red+Green+Blue) = 150+104+143=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #96688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688F is #699770. Grayscale: #7A7A7A. Windows color (decimal): -6920049 or 9398422. OLE color: 9398422.
HSL color Cylindrical-coordinate representation of color #96688F: hue angle of 309.13º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96688F is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 143 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.41 |
| HSL | 309.13º | 0.18% | 0.5% | - |
| HSV(B) | 309.13º | 0.31% | 0.59% | - |
| XYZ | 22.49 | 18.37 | 28.35 | - |
| YUV | 122.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 143 | 0 | 0.31 | 0.05 | 0.41 | 309.13 | 0.18 | 0.5 |
| Hex | 96 | 68 | 8F | 0 | 1F | 5 | 29 | 135 | 12 | 32 |
| Octal | 226 | 150 | 217 | 0 | 37 | 5 | 51 | 465 | 22 | 62 |
| Binary | 10010110 | 1101000 | 10001111 | 0 | 11111 | 101 | 101001 | 100110101 | 10010 | 110010 |
Color Harmonies of #96688F
Complementary color
Monochromatic Colors of #96688F
Black with #96688F
Text Example
Text Example
White with #96688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96688F; }
p { color: rgb(150,104,143); }
H1.HeaderClassName
{
color: #96688F;
}
.AnyTagClassName
{
color: #96688F;
}
</style>
background-color css
<style>
a { background-color: #96688F; }
a { background-color: rgb(150,104,143); }
div.DivClassName
{
background-color: #96688F;
}
.BgClassName
{
background-color: #96688F;
}
</style>
border-color css
<style>
span { border-color: #96688F; }
span { border-color: rgb(150,104,143); }
td.TdClassName
{
border-color: #96688F;
}
.TagClassName
{
border-color: #96688F;
}
</style>