Shades of Violet Blue #96598A
Tints of Violet Blue #96598A
RGB
CMYK
RGB Variations
Color information
#96598A (or 0x96598A) is known color: Violet Blue. HEX triplet: 96, 59 and 8A. RGB value is (150,89,138). Sum of RGB (Red+Green+Blue) = 150+89+138=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96598A is #69A675. Grayscale: #707070. Windows color (decimal): -6923894 or 9066902. OLE color: 9066902.
HSL color Cylindrical-coordinate representation of color #96598A: hue angle of 311.8º 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 #96598A is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 138 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.41 |
| HSL | 311.8º | 0.26% | 0.47% | - |
| HSV(B) | 311.8º | 0.41% | 0.59% | - |
| XYZ | 20.74 | 15.46 | 25.94 | - |
| YUV | 112.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 138 | 0 | 0.41 | 0.08 | 0.41 | 311.8 | 0.26 | 0.47 |
| Hex | 96 | 59 | 8A | 0 | 29 | 8 | 29 | 138 | 1A | 2F |
| Octal | 226 | 131 | 212 | 0 | 51 | 10 | 51 | 470 | 32 | 57 |
| Binary | 10010110 | 1011001 | 10001010 | 0 | 101001 | 1000 | 101001 | 100111000 | 11010 | 101111 |
Color Harmonies of #96598A
Complementary color
Monochromatic Colors of #96598A
Black with #96598A
Text Example
Text Example
White with #96598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96598A; }
p { color: rgb(150,89,138); }
H1.HeaderClassName
{
color: #96598A;
}
.AnyTagClassName
{
color: #96598A;
}
</style>
background-color css
<style>
a { background-color: #96598A; }
a { background-color: rgb(150,89,138); }
div.DivClassName
{
background-color: #96598A;
}
.BgClassName
{
background-color: #96598A;
}
</style>
border-color css
<style>
span { border-color: #96598A; }
span { border-color: rgb(150,89,138); }
td.TdClassName
{
border-color: #96598A;
}
.TagClassName
{
border-color: #96598A;
}
</style>