Shades of Violet Blue #96598B
Tints of Violet Blue #96598B
RGB
CMYK
RGB Variations
Color information
#96598B (or 0x96598B) is known color: Violet Blue. HEX triplet: 96, 59 and 8B. RGB value is (150,89,139). Sum of RGB (Red+Green+Blue) = 150+89+139=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96598B is #69A674. Grayscale: #707070. Windows color (decimal): -6923893 or 9132438. OLE color: 9132438.
HSL color Cylindrical-coordinate representation of color #96598B: hue angle of 310.82º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96598B is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 139 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.41 |
| HSL | 310.82º | 0.26% | 0.47% | - |
| HSV(B) | 310.82º | 0.41% | 0.59% | - |
| XYZ | 20.81 | 15.49 | 26.32 | - |
| YUV | 112.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 139 | 0 | 0.41 | 0.07 | 0.41 | 310.82 | 0.26 | 0.47 |
| Hex | 96 | 59 | 8B | 0 | 29 | 7 | 29 | 137 | 1A | 2F |
| Octal | 226 | 131 | 213 | 0 | 51 | 7 | 51 | 467 | 32 | 57 |
| Binary | 10010110 | 1011001 | 10001011 | 0 | 101001 | 111 | 101001 | 100110111 | 11010 | 101111 |
Color Harmonies of #96598B
Complementary color
Monochromatic Colors of #96598B
Black with #96598B
Text Example
Text Example
White with #96598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96598B; }
p { color: rgb(150,89,139); }
H1.HeaderClassName
{
color: #96598B;
}
.AnyTagClassName
{
color: #96598B;
}
</style>
background-color css
<style>
a { background-color: #96598B; }
a { background-color: rgb(150,89,139); }
div.DivClassName
{
background-color: #96598B;
}
.BgClassName
{
background-color: #96598B;
}
</style>
border-color css
<style>
span { border-color: #96598B; }
span { border-color: rgb(150,89,139); }
td.TdClassName
{
border-color: #96598B;
}
.TagClassName
{
border-color: #96598B;
}
</style>