Shades of Violet Blue #96558F
Tints of Violet Blue #96558F
RGB
CMYK
RGB Variations
Color information
#96558F (or 0x96558F) is known color: Violet Blue. HEX triplet: 96, 55 and 8F. RGB value is (150,85,143). Sum of RGB (Red+Green+Blue) = 150+85+143=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96558F is #69AA70. Grayscale: #6E6E6E. Windows color (decimal): -6924913 or 9393558. OLE color: 9393558.
HSL color Cylindrical-coordinate representation of color #96558F: hue angle of 306.46º 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 #96558F is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 143 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.41 |
| HSL | 306.46º | 0.28% | 0.46% | - |
| HSV(B) | 306.46º | 0.43% | 0.59% | - |
| XYZ | 20.78 | 14.96 | 27.78 | - |
| YUV | 111.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 143 | 0 | 0.43 | 0.05 | 0.41 | 306.46 | 0.28 | 0.46 |
| Hex | 96 | 55 | 8F | 0 | 2B | 5 | 29 | 132 | 1C | 2E |
| Octal | 226 | 125 | 217 | 0 | 53 | 5 | 51 | 462 | 34 | 56 |
| Binary | 10010110 | 1010101 | 10001111 | 0 | 101011 | 101 | 101001 | 100110010 | 11100 | 101110 |
Color Harmonies of #96558F
Complementary color
Monochromatic Colors of #96558F
Black with #96558F
Text Example
Text Example
White with #96558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96558F; }
p { color: rgb(150,85,143); }
H1.HeaderClassName
{
color: #96558F;
}
.AnyTagClassName
{
color: #96558F;
}
</style>
background-color css
<style>
a { background-color: #96558F; }
a { background-color: rgb(150,85,143); }
div.DivClassName
{
background-color: #96558F;
}
.BgClassName
{
background-color: #96558F;
}
</style>
border-color css
<style>
span { border-color: #96558F; }
span { border-color: rgb(150,85,143); }
td.TdClassName
{
border-color: #96558F;
}
.TagClassName
{
border-color: #96558F;
}
</style>