Shades of Violet Blue #906992
Tints of Violet Blue #906992
RGB
CMYK
RGB Variations
Color information
#906992 (or 0x906992) is known color: Violet Blue. HEX triplet: 90, 69 and 92. RGB value is (144,105,146). Sum of RGB (Red+Green+Blue) = 144+105+146=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #906992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906992 is #6F966D. Grayscale: #797979. Windows color (decimal): -7313006 or 9595280. OLE color: 9595280.
HSL color Cylindrical-coordinate representation of color #906992: hue angle of 297.07º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906992 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 105 | 146 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.43 |
| HSL | 297.07º | 0.16% | 0.49% | - |
| HSV(B) | 297.07º | 0.28% | 0.57% | - |
| XYZ | 21.74 | 18.11 | 29.54 | - |
| YUV | 121.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 146 | 0.01 | 0.28 | 0 | 0.43 | 297.07 | 0.16 | 0.49 |
| Hex | 90 | 69 | 92 | 1 | 1C | 0 | 2B | 129 | 10 | 31 |
| Octal | 220 | 151 | 222 | 1 | 34 | 0 | 53 | 451 | 20 | 61 |
| Binary | 10010000 | 1101001 | 10010010 | 1 | 11100 | 0 | 101011 | 100101001 | 10000 | 110001 |
Color Harmonies of #906992
Complementary color
Monochromatic Colors of #906992
Black with #906992
Text Example
Text Example
White with #906992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906992; }
p { color: rgb(144,105,146); }
H1.HeaderClassName
{
color: #906992;
}
.AnyTagClassName
{
color: #906992;
}
</style>
background-color css
<style>
a { background-color: #906992; }
a { background-color: rgb(144,105,146); }
div.DivClassName
{
background-color: #906992;
}
.BgClassName
{
background-color: #906992;
}
</style>
border-color css
<style>
span { border-color: #906992; }
span { border-color: rgb(144,105,146); }
td.TdClassName
{
border-color: #906992;
}
.TagClassName
{
border-color: #906992;
}
</style>