Shades of Violet Blue #906696
Tints of Violet Blue #906696
RGB
CMYK
RGB Variations
Color information
#906696 (or 0x906696) is known color: Violet Blue. HEX triplet: 90, 66 and 96. RGB value is (144,102,150). Sum of RGB (Red+Green+Blue) = 144+102+150=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #906696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906696 is #6F9969. Grayscale: #777777. Windows color (decimal): -7313770 or 9856656. OLE color: 9856656.
HSL color Cylindrical-coordinate representation of color #906696: hue angle of 292.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906696 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 102 | 150 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.41 |
| HSL | 292.5º | 0.19% | 0.49% | - |
| HSV(B) | 292.5º | 0.32% | 0.59% | - |
| XYZ | 21.76 | 17.63 | 31.11 | - |
| YUV | 120.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 150 | 0.04 | 0.32 | 0 | 0.41 | 292.5 | 0.19 | 0.49 |
| Hex | 90 | 66 | 96 | 4 | 20 | 0 | 29 | 124 | 13 | 31 |
| Octal | 220 | 146 | 226 | 4 | 40 | 0 | 51 | 444 | 23 | 61 |
| Binary | 10010000 | 1100110 | 10010110 | 100 | 100000 | 0 | 101001 | 100100100 | 10011 | 110001 |
Color Harmonies of #906696
Complementary color
Monochromatic Colors of #906696
Black with #906696
Text Example
Text Example
White with #906696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906696; }
p { color: rgb(144,102,150); }
H1.HeaderClassName
{
color: #906696;
}
.AnyTagClassName
{
color: #906696;
}
</style>
background-color css
<style>
a { background-color: #906696; }
a { background-color: rgb(144,102,150); }
div.DivClassName
{
background-color: #906696;
}
.BgClassName
{
background-color: #906696;
}
</style>
border-color css
<style>
span { border-color: #906696; }
span { border-color: rgb(144,102,150); }
td.TdClassName
{
border-color: #906696;
}
.TagClassName
{
border-color: #906696;
}
</style>