Shades of Violet Blue #906290
Tints of Violet Blue #906290
RGB
CMYK
RGB Variations
Color information
#906290 (or 0x906290) is known color: Violet Blue. HEX triplet: 90, 62 and 90. RGB value is (144,98,144). Sum of RGB (Red+Green+Blue) = 144+98+144=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #906290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906290 is #6F9D6F. Grayscale: #747474. Windows color (decimal): -7314800 or 9462416. OLE color: 9462416.
HSL color Cylindrical-coordinate representation of color #906290: hue angle of 300º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906290 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 98 | 144 | - |
| CMYK | 0 | 0.32 | 0 | 0.44 |
| HSL | 300º | 0.19% | 0.47% | - |
| HSV(B) | 300º | 0.32% | 0.56% | - |
| XYZ | 20.9 | 16.68 | 28.5 | - |
| YUV | 117 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 98 | 144 | 0 | 0.32 | 0 | 0.44 | 300 | 0.19 | 0.47 |
| Hex | 90 | 62 | 90 | 0 | 20 | 0 | 2C | 12C | 13 | 2F |
| Octal | 220 | 142 | 220 | 0 | 40 | 0 | 54 | 454 | 23 | 57 |
| Binary | 10010000 | 1100010 | 10010000 | 0 | 100000 | 0 | 101100 | 100101100 | 10011 | 101111 |
Color Harmonies of #906290
Complementary color
Monochromatic Colors of #906290
Black with #906290
Text Example
Text Example
White with #906290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906290; }
p { color: rgb(144,98,144); }
H1.HeaderClassName
{
color: #906290;
}
.AnyTagClassName
{
color: #906290;
}
</style>
background-color css
<style>
a { background-color: #906290; }
a { background-color: rgb(144,98,144); }
div.DivClassName
{
background-color: #906290;
}
.BgClassName
{
background-color: #906290;
}
</style>
border-color css
<style>
span { border-color: #906290; }
span { border-color: rgb(144,98,144); }
td.TdClassName
{
border-color: #906290;
}
.TagClassName
{
border-color: #906290;
}
</style>