Shades of Violet Blue #905990
Tints of Violet Blue #905990
RGB
CMYK
RGB Variations
Color information
#905990 (or 0x905990) is known color: Violet Blue. HEX triplet: 90, 59 and 90. RGB value is (144,89,144). Sum of RGB (Red+Green+Blue) = 144+89+144=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #905990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905990 is #6FA66F. Grayscale: #6F6F6F. Windows color (decimal): -7317104 or 9460112. OLE color: 9460112.
HSL color Cylindrical-coordinate representation of color #905990: hue angle of 300º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905990 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 89 | 144 | - |
| CMYK | 0 | 0.38 | 0 | 0.44 |
| HSL | 300º | 0.24% | 0.46% | - |
| HSV(B) | 300º | 0.38% | 0.56% | - |
| XYZ | 20.11 | 15.09 | 28.24 | - |
| YUV | 111.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 144 | 0 | 0.38 | 0 | 0.44 | 300 | 0.24 | 0.46 |
| Hex | 90 | 59 | 90 | 0 | 26 | 0 | 2C | 12C | 18 | 2E |
| Octal | 220 | 131 | 220 | 0 | 46 | 0 | 54 | 454 | 30 | 56 |
| Binary | 10010000 | 1011001 | 10010000 | 0 | 100110 | 0 | 101100 | 100101100 | 11000 | 101110 |
Color Harmonies of #905990
Complementary color
Monochromatic Colors of #905990
Black with #905990
Text Example
Text Example
White with #905990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905990; }
p { color: rgb(144,89,144); }
H1.HeaderClassName
{
color: #905990;
}
.AnyTagClassName
{
color: #905990;
}
</style>
background-color css
<style>
a { background-color: #905990; }
a { background-color: rgb(144,89,144); }
div.DivClassName
{
background-color: #905990;
}
.BgClassName
{
background-color: #905990;
}
</style>
border-color css
<style>
span { border-color: #905990; }
span { border-color: rgb(144,89,144); }
td.TdClassName
{
border-color: #905990;
}
.TagClassName
{
border-color: #905990;
}
</style>