Shades of Violet Blue #965A99
Tints of Violet Blue #965A99
RGB
CMYK
RGB Variations
Color information
#965A99 (or 0x965A99) is known color: Violet Blue. HEX triplet: 96, 5A and 99. RGB value is (150,90,153). Sum of RGB (Red+Green+Blue) = 150+90+153=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #965A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965A99 is #69A566. Grayscale: #727272. Windows color (decimal): -6923623 or 10050198. OLE color: 10050198.
HSL color Cylindrical-coordinate representation of color #965A99: hue angle of 297.14º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965A99 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 90 | 153 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.4 |
| HSL | 297.14º | 0.26% | 0.48% | - |
| HSV(B) | 297.14º | 0.41% | 0.6% | - |
| XYZ | 21.98 | 16.1 | 32.09 | - |
| YUV | 115.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 153 | 0.02 | 0.41 | 0 | 0.4 | 297.14 | 0.26 | 0.48 |
| Hex | 96 | 5A | 99 | 2 | 29 | 0 | 28 | 129 | 1A | 30 |
| Octal | 226 | 132 | 231 | 2 | 51 | 0 | 50 | 451 | 32 | 60 |
| Binary | 10010110 | 1011010 | 10011001 | 10 | 101001 | 0 | 101000 | 100101001 | 11010 | 110000 |
Color Harmonies of #965A99
Complementary color
Monochromatic Colors of #965A99
Black with #965A99
Text Example
Text Example
White with #965A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A99; }
p { color: rgb(150,90,153); }
H1.HeaderClassName
{
color: #965A99;
}
.AnyTagClassName
{
color: #965A99;
}
</style>
background-color css
<style>
a { background-color: #965A99; }
a { background-color: rgb(150,90,153); }
div.DivClassName
{
background-color: #965A99;
}
.BgClassName
{
background-color: #965A99;
}
</style>
border-color css
<style>
span { border-color: #965A99; }
span { border-color: rgb(150,90,153); }
td.TdClassName
{
border-color: #965A99;
}
.TagClassName
{
border-color: #965A99;
}
</style>