Shades of Violet Blue #965598
Tints of Violet Blue #965598
RGB
CMYK
RGB Variations
Color information
#965598 (or 0x965598) is known color: Violet Blue. HEX triplet: 96, 55 and 98. RGB value is (150,85,152). Sum of RGB (Red+Green+Blue) = 150+85+152=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 152 - color contains mainly: blue. Hex color #965598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965598 is #69AA67. Grayscale: #6F6F6F. Windows color (decimal): -6924904 or 9983382. OLE color: 9983382.
HSL color Cylindrical-coordinate representation of color #965598: hue angle of 298.21º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965598 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 85 | 152 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.40 |
| HSL | 298.21º | 0.28% | 0.46% | - |
| HSV(B) | 298.21º | 0.44% | 0.6% | - |
| XYZ | 21.49 | 15.25 | 31.52 | - |
| YUV | 112.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 152 | 0.01 | 0.44 | 0 | 0.40 | 298.21 | 0.28 | 0.46 |
| Hex | 96 | 55 | 98 | 1 | 2C | 0 | 28 | 12A | 1C | 2E |
| Octal | 226 | 125 | 230 | 1 | 54 | 0 | 50 | 452 | 34 | 56 |
| Binary | 10010110 | 1010101 | 10011000 | 1 | 101100 | 0 | 101000 | 100101010 | 11100 | 101110 |
Color Harmonies of #965598
Complementary color
Monochromatic Colors of #965598
Black with #965598
Text Example
Text Example
White with #965598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965598; }
p { color: rgb(150,85,152); }
H1.HeaderClassName
{
color: #965598;
}
.AnyTagClassName
{
color: #965598;
}
</style>
background-color css
<style>
a { background-color: #965598; }
a { background-color: rgb(150,85,152); }
div.DivClassName
{
background-color: #965598;
}
.BgClassName
{
background-color: #965598;
}
</style>
border-color css
<style>
span { border-color: #965598; }
span { border-color: rgb(150,85,152); }
td.TdClassName
{
border-color: #965598;
}
.TagClassName
{
border-color: #965598;
}
</style>