Shades of Violet Blue #96558C
Tints of Violet Blue #96558C
RGB
CMYK
RGB Variations
Color information
#96558C (or 0x96558C) is known color: Violet Blue. HEX triplet: 96, 55 and 8C. RGB value is (150,85,140). Sum of RGB (Red+Green+Blue) = 150+85+140=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96558C is #69AA73. Grayscale: #6E6E6E. Windows color (decimal): -6924916 or 9196950. OLE color: 9196950.
HSL color Cylindrical-coordinate representation of color #96558C: hue angle of 309.23º 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 #96558C is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 140 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.41 |
| HSL | 309.23º | 0.28% | 0.46% | - |
| HSV(B) | 309.23º | 0.43% | 0.59% | - |
| XYZ | 20.56 | 14.87 | 26.6 | - |
| YUV | 110.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 140 | 0 | 0.43 | 0.07 | 0.41 | 309.23 | 0.28 | 0.46 |
| Hex | 96 | 55 | 8C | 0 | 2B | 7 | 29 | 135 | 1C | 2E |
| Octal | 226 | 125 | 214 | 0 | 53 | 7 | 51 | 465 | 34 | 56 |
| Binary | 10010110 | 1010101 | 10001100 | 0 | 101011 | 111 | 101001 | 100110101 | 11100 | 101110 |
Color Harmonies of #96558C
Complementary color
Monochromatic Colors of #96558C
Black with #96558C
Text Example
Text Example
White with #96558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96558C; }
p { color: rgb(150,85,140); }
H1.HeaderClassName
{
color: #96558C;
}
.AnyTagClassName
{
color: #96558C;
}
</style>
background-color css
<style>
a { background-color: #96558C; }
a { background-color: rgb(150,85,140); }
div.DivClassName
{
background-color: #96558C;
}
.BgClassName
{
background-color: #96558C;
}
</style>
border-color css
<style>
span { border-color: #96558C; }
span { border-color: rgb(150,85,140); }
td.TdClassName
{
border-color: #96558C;
}
.TagClassName
{
border-color: #96558C;
}
</style>