Shades of Violet Blue #96558B
Tints of Violet Blue #96558B
RGB
CMYK
RGB Variations
Color information
#96558B (or 0x96558B) is known color: Violet Blue. HEX triplet: 96, 55 and 8B. RGB value is (150,85,139). Sum of RGB (Red+Green+Blue) = 150+85+139=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96558B is #69AA74. Grayscale: #6E6E6E. Windows color (decimal): -6924917 or 9131414. OLE color: 9131414.
HSL color Cylindrical-coordinate representation of color #96558B: hue angle of 310.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96558B is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 139 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.41 |
| HSL | 310.15º | 0.28% | 0.46% | - |
| HSV(B) | 310.15º | 0.43% | 0.59% | - |
| XYZ | 20.49 | 14.85 | 26.21 | - |
| YUV | 110.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 139 | 0 | 0.43 | 0.07 | 0.41 | 310.15 | 0.28 | 0.46 |
| Hex | 96 | 55 | 8B | 0 | 2B | 7 | 29 | 136 | 1C | 2E |
| Octal | 226 | 125 | 213 | 0 | 53 | 7 | 51 | 466 | 34 | 56 |
| Binary | 10010110 | 1010101 | 10001011 | 0 | 101011 | 111 | 101001 | 100110110 | 11100 | 101110 |
Color Harmonies of #96558B
Complementary color
Monochromatic Colors of #96558B
Black with #96558B
Text Example
Text Example
White with #96558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96558B; }
p { color: rgb(150,85,139); }
H1.HeaderClassName
{
color: #96558B;
}
.AnyTagClassName
{
color: #96558B;
}
</style>
background-color css
<style>
a { background-color: #96558B; }
a { background-color: rgb(150,85,139); }
div.DivClassName
{
background-color: #96558B;
}
.BgClassName
{
background-color: #96558B;
}
</style>
border-color css
<style>
span { border-color: #96558B; }
span { border-color: rgb(150,85,139); }
td.TdClassName
{
border-color: #96558B;
}
.TagClassName
{
border-color: #96558B;
}
</style>