Shades of Violet Blue #906B96
Tints of Violet Blue #906B96
RGB
CMYK
RGB Variations
Color information
#906B96 (or 0x906B96) is known color: Violet Blue. HEX triplet: 90, 6B and 96. RGB value is (144,107,150). Sum of RGB (Red+Green+Blue) = 144+107+150=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 150 - color contains mainly: blue. Hex color #906B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906B96 is #6F9469. Grayscale: #7A7A7A. Windows color (decimal): -7312490 or 9857936. OLE color: 9857936.
HSL color Cylindrical-coordinate representation of color #906B96: hue angle of 291.63º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906B96 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 107 | 150 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.41 |
| HSL | 291.63º | 0.17% | 0.5% | - |
| HSV(B) | 291.63º | 0.29% | 0.59% | - |
| XYZ | 22.26 | 18.65 | 31.28 | - |
| YUV | 122.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 150 | 0.04 | 0.29 | 0 | 0.41 | 291.63 | 0.17 | 0.5 |
| Hex | 90 | 6B | 96 | 4 | 1D | 0 | 29 | 124 | 11 | 32 |
| Octal | 220 | 153 | 226 | 4 | 35 | 0 | 51 | 444 | 21 | 62 |
| Binary | 10010000 | 1101011 | 10010110 | 100 | 11101 | 0 | 101001 | 100100100 | 10001 | 110010 |
Color Harmonies of #906B96
Complementary color
Monochromatic Colors of #906B96
Black with #906B96
Text Example
Text Example
White with #906B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B96; }
p { color: rgb(144,107,150); }
H1.HeaderClassName
{
color: #906B96;
}
.AnyTagClassName
{
color: #906B96;
}
</style>
background-color css
<style>
a { background-color: #906B96; }
a { background-color: rgb(144,107,150); }
div.DivClassName
{
background-color: #906B96;
}
.BgClassName
{
background-color: #906B96;
}
</style>
border-color css
<style>
span { border-color: #906B96; }
span { border-color: rgb(144,107,150); }
td.TdClassName
{
border-color: #906B96;
}
.TagClassName
{
border-color: #906B96;
}
</style>