Shades of Violet Blue #965899
Tints of Violet Blue #965899
RGB
CMYK
RGB Variations
Color information
#965899 (or 0x965899) is known color: Violet Blue. HEX triplet: 96, 58 and 99. RGB value is (150,88,153). Sum of RGB (Red+Green+Blue) = 150+88+153=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #965899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965899 is #69A766. Grayscale: #717171. Windows color (decimal): -6924135 or 10049686. OLE color: 10049686.
HSL color Cylindrical-coordinate representation of color #965899: hue angle of 297.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965899 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 88 | 153 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.4 |
| HSL | 297.23º | 0.27% | 0.47% | - |
| HSV(B) | 297.23º | 0.42% | 0.6% | - |
| XYZ | 21.82 | 15.76 | 32.03 | - |
| YUV | 113.95 | 150.04 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 153 | 0.02 | 0.42 | 0 | 0.4 | 297.23 | 0.27 | 0.47 |
| Hex | 96 | 58 | 99 | 2 | 2A | 0 | 28 | 129 | 1B | 2F |
| Octal | 226 | 130 | 231 | 2 | 52 | 0 | 50 | 451 | 33 | 57 |
| Binary | 10010110 | 1011000 | 10011001 | 10 | 101010 | 0 | 101000 | 100101001 | 11011 | 101111 |
Color Harmonies of #965899
Complementary color
Monochromatic Colors of #965899
Black with #965899
Text Example
Text Example
White with #965899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965899; }
p { color: rgb(150,88,153); }
H1.HeaderClassName
{
color: #965899;
}
.AnyTagClassName
{
color: #965899;
}
</style>
background-color css
<style>
a { background-color: #965899; }
a { background-color: rgb(150,88,153); }
div.DivClassName
{
background-color: #965899;
}
.BgClassName
{
background-color: #965899;
}
</style>
border-color css
<style>
span { border-color: #965899; }
span { border-color: rgb(150,88,153); }
td.TdClassName
{
border-color: #965899;
}
.TagClassName
{
border-color: #965899;
}
</style>