Shades of Violet Blue #906890
Tints of Violet Blue #906890
RGB
CMYK
RGB Variations
Color information
#906890 (or 0x906890) is known color: Violet Blue. HEX triplet: 90, 68 and 90. RGB value is (144,104,144). Sum of RGB (Red+Green+Blue) = 144+104+144=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #906890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906890 is #6F976F. Grayscale: #787878. Windows color (decimal): -7313264 or 9463952. OLE color: 9463952.
HSL color Cylindrical-coordinate representation of color #906890: hue angle of 300º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906890 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 144 | - |
| CMYK | 0 | 0.28 | 0 | 0.44 |
| HSL | 300º | 0.16% | 0.49% | - |
| HSV(B) | 300º | 0.28% | 0.56% | - |
| XYZ | 21.49 | 17.84 | 28.7 | - |
| YUV | 120.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 144 | 0 | 0.28 | 0 | 0.44 | 300 | 0.16 | 0.49 |
| Hex | 90 | 68 | 90 | 0 | 1C | 0 | 2C | 12C | 10 | 31 |
| Octal | 220 | 150 | 220 | 0 | 34 | 0 | 54 | 454 | 20 | 61 |
| Binary | 10010000 | 1101000 | 10010000 | 0 | 11100 | 0 | 101100 | 100101100 | 10000 | 110001 |
Color Harmonies of #906890
Complementary color
Monochromatic Colors of #906890
Black with #906890
Text Example
Text Example
White with #906890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906890; }
p { color: rgb(144,104,144); }
H1.HeaderClassName
{
color: #906890;
}
.AnyTagClassName
{
color: #906890;
}
</style>
background-color css
<style>
a { background-color: #906890; }
a { background-color: rgb(144,104,144); }
div.DivClassName
{
background-color: #906890;
}
.BgClassName
{
background-color: #906890;
}
</style>
border-color css
<style>
span { border-color: #906890; }
span { border-color: rgb(144,104,144); }
td.TdClassName
{
border-color: #906890;
}
.TagClassName
{
border-color: #906890;
}
</style>