Shades of Violet Blue #90559D
Tints of Violet Blue #90559D
RGB
CMYK
RGB Variations
Color information
#90559D (or 0x90559D) is known color: Violet Blue. HEX triplet: 90, 55 and 9D. RGB value is (144,85,157). Sum of RGB (Red+Green+Blue) = 144+85+157=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #90559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90559D is #6FAA62. Grayscale: #6E6E6E. Windows color (decimal): -7318115 or 10311056. OLE color: 10311056.
HSL color Cylindrical-coordinate representation of color #90559D: hue angle of 289.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90559D is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 85 | 157 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.38 |
| HSL | 289.17º | 0.3% | 0.47% | - |
| HSV(B) | 289.17º | 0.46% | 0.62% | - |
| XYZ | 20.84 | 14.86 | 33.67 | - |
| YUV | 110.85 | 154.05 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 157 | 0.08 | 0.46 | 0 | 0.38 | 289.17 | 0.3 | 0.47 |
| Hex | 90 | 55 | 9D | 8 | 2E | 0 | 26 | 121 | 1E | 2F |
| Octal | 220 | 125 | 235 | 10 | 56 | 0 | 46 | 441 | 36 | 57 |
| Binary | 10010000 | 1010101 | 10011101 | 1000 | 101110 | 0 | 100110 | 100100001 | 11110 | 101111 |
Color Harmonies of #90559D
Complementary color
Monochromatic Colors of #90559D
Black with #90559D
Text Example
Text Example
White with #90559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90559D; }
p { color: rgb(144,85,157); }
H1.HeaderClassName
{
color: #90559D;
}
.AnyTagClassName
{
color: #90559D;
}
</style>
background-color css
<style>
a { background-color: #90559D; }
a { background-color: rgb(144,85,157); }
div.DivClassName
{
background-color: #90559D;
}
.BgClassName
{
background-color: #90559D;
}
</style>
border-color css
<style>
span { border-color: #90559D; }
span { border-color: rgb(144,85,157); }
td.TdClassName
{
border-color: #90559D;
}
.TagClassName
{
border-color: #90559D;
}
</style>