Shades of Violet Blue #906994
Tints of Violet Blue #906994
RGB
CMYK
RGB Variations
Color information
#906994 (or 0x906994) is known color: Violet Blue. HEX triplet: 90, 69 and 94. RGB value is (144,105,148). Sum of RGB (Red+Green+Blue) = 144+105+148=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 148 - color contains mainly: blue. Hex color #906994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906994 is #6F966B. Grayscale: #797979. Windows color (decimal): -7313004 or 9726352. OLE color: 9726352.
HSL color Cylindrical-coordinate representation of color #906994: hue angle of 294.42º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #906994 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 105 | 148 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.42 |
| HSL | 294.42º | 0.17% | 0.5% | - |
| HSV(B) | 294.42º | 0.29% | 0.58% | - |
| XYZ | 21.9 | 18.17 | 30.37 | - |
| YUV | 121.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 148 | 0.03 | 0.29 | 0 | 0.42 | 294.42 | 0.17 | 0.5 |
| Hex | 90 | 69 | 94 | 3 | 1D | 0 | 2A | 126 | 11 | 32 |
| Octal | 220 | 151 | 224 | 3 | 35 | 0 | 52 | 446 | 21 | 62 |
| Binary | 10010000 | 1101001 | 10010100 | 11 | 11101 | 0 | 101010 | 100100110 | 10001 | 110010 |
Color Harmonies of #906994
Complementary color
Monochromatic Colors of #906994
Black with #906994
Text Example
Text Example
White with #906994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906994; }
p { color: rgb(144,105,148); }
H1.HeaderClassName
{
color: #906994;
}
.AnyTagClassName
{
color: #906994;
}
</style>
background-color css
<style>
a { background-color: #906994; }
a { background-color: rgb(144,105,148); }
div.DivClassName
{
background-color: #906994;
}
.BgClassName
{
background-color: #906994;
}
</style>
border-color css
<style>
span { border-color: #906994; }
span { border-color: rgb(144,105,148); }
td.TdClassName
{
border-color: #906994;
}
.TagClassName
{
border-color: #906994;
}
</style>