Shades of Violet Blue #966099
Tints of Violet Blue #966099
RGB
CMYK
RGB Variations
Color information
#966099 (or 0x966099) is known color: Violet Blue. HEX triplet: 96, 60 and 99. RGB value is (150,96,153). Sum of RGB (Red+Green+Blue) = 150+96+153=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #966099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966099 is #699F66. Grayscale: #767676. Windows color (decimal): -6922087 or 10051734. OLE color: 10051734.
HSL color Cylindrical-coordinate representation of color #966099: hue angle of 296.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #966099 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 96 | 153 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.4 |
| HSL | 296.84º | 0.23% | 0.49% | - |
| HSV(B) | 296.84º | 0.37% | 0.6% | - |
| XYZ | 22.51 | 17.15 | 32.26 | - |
| YUV | 118.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 153 | 0.02 | 0.37 | 0 | 0.4 | 296.84 | 0.23 | 0.49 |
| Hex | 96 | 60 | 99 | 2 | 25 | 0 | 28 | 129 | 17 | 31 |
| Octal | 226 | 140 | 231 | 2 | 45 | 0 | 50 | 451 | 27 | 61 |
| Binary | 10010110 | 1100000 | 10011001 | 10 | 100101 | 0 | 101000 | 100101001 | 10111 | 110001 |
Color Harmonies of #966099
Complementary color
Monochromatic Colors of #966099
Black with #966099
Text Example
Text Example
White with #966099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966099; }
p { color: rgb(150,96,153); }
H1.HeaderClassName
{
color: #966099;
}
.AnyTagClassName
{
color: #966099;
}
</style>
background-color css
<style>
a { background-color: #966099; }
a { background-color: rgb(150,96,153); }
div.DivClassName
{
background-color: #966099;
}
.BgClassName
{
background-color: #966099;
}
</style>
border-color css
<style>
span { border-color: #966099; }
span { border-color: rgb(150,96,153); }
td.TdClassName
{
border-color: #966099;
}
.TagClassName
{
border-color: #966099;
}
</style>