Shades of Violet Blue #965992
Tints of Violet Blue #965992
RGB
CMYK
RGB Variations
Color information
#965992 (or 0x965992) is known color: Violet Blue. HEX triplet: 96, 59 and 92. RGB value is (150,89,146). Sum of RGB (Red+Green+Blue) = 150+89+146=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #965992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965992 is #69A66D. Grayscale: #717171. Windows color (decimal): -6923886 or 9591190. OLE color: 9591190.
HSL color Cylindrical-coordinate representation of color #965992: hue angle of 303.93º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965992 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 146 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.41 |
| HSL | 303.93º | 0.26% | 0.47% | - |
| HSV(B) | 303.93º | 0.41% | 0.59% | - |
| XYZ | 21.34 | 15.7 | 29.1 | - |
| YUV | 113.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 146 | 0 | 0.41 | 0.03 | 0.41 | 303.93 | 0.26 | 0.47 |
| Hex | 96 | 59 | 92 | 0 | 29 | 3 | 29 | 130 | 1A | 2F |
| Octal | 226 | 131 | 222 | 0 | 51 | 3 | 51 | 460 | 32 | 57 |
| Binary | 10010110 | 1011001 | 10010010 | 0 | 101001 | 11 | 101001 | 100110000 | 11010 | 101111 |
Color Harmonies of #965992
Complementary color
Monochromatic Colors of #965992
Black with #965992
Text Example
Text Example
White with #965992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965992; }
p { color: rgb(150,89,146); }
H1.HeaderClassName
{
color: #965992;
}
.AnyTagClassName
{
color: #965992;
}
</style>
background-color css
<style>
a { background-color: #965992; }
a { background-color: rgb(150,89,146); }
div.DivClassName
{
background-color: #965992;
}
.BgClassName
{
background-color: #965992;
}
</style>
border-color css
<style>
span { border-color: #965992; }
span { border-color: rgb(150,89,146); }
td.TdClassName
{
border-color: #965992;
}
.TagClassName
{
border-color: #965992;
}
</style>