Shades of Violet Blue #906995
Tints of Violet Blue #906995
RGB
CMYK
RGB Variations
Color information
#906995 (or 0x906995) is known color: Violet Blue. HEX triplet: 90, 69 and 95. RGB value is (144,105,149). Sum of RGB (Red+Green+Blue) = 144+105+149=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #906995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906995 is #6F966A. Grayscale: #797979. Windows color (decimal): -7313003 or 9791888. OLE color: 9791888.
HSL color Cylindrical-coordinate representation of color #906995: hue angle of 293.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #906995 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 105 | 149 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.42 |
| HSL | 293.18º | 0.17% | 0.5% | - |
| HSV(B) | 293.18º | 0.3% | 0.58% | - |
| XYZ | 21.98 | 18.2 | 30.79 | - |
| YUV | 121.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 149 | 0.03 | 0.30 | 0 | 0.42 | 293.18 | 0.17 | 0.5 |
| Hex | 90 | 69 | 95 | 3 | 1E | 0 | 2A | 125 | 11 | 32 |
| Octal | 220 | 151 | 225 | 3 | 36 | 0 | 52 | 445 | 21 | 62 |
| Binary | 10010000 | 1101001 | 10010101 | 11 | 11110 | 0 | 101010 | 100100101 | 10001 | 110010 |
Color Harmonies of #906995
Complementary color
Monochromatic Colors of #906995
Black with #906995
Text Example
Text Example
White with #906995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906995; }
p { color: rgb(144,105,149); }
H1.HeaderClassName
{
color: #906995;
}
.AnyTagClassName
{
color: #906995;
}
</style>
background-color css
<style>
a { background-color: #906995; }
a { background-color: rgb(144,105,149); }
div.DivClassName
{
background-color: #906995;
}
.BgClassName
{
background-color: #906995;
}
</style>
border-color css
<style>
span { border-color: #906995; }
span { border-color: rgb(144,105,149); }
td.TdClassName
{
border-color: #906995;
}
.TagClassName
{
border-color: #906995;
}
</style>