Shades of Violet Blue #90559C
Tints of Violet Blue #90559C
RGB
CMYK
RGB Variations
Color information
#90559C (or 0x90559C) is known color: Violet Blue. HEX triplet: 90, 55 and 9C. RGB value is (144,85,156). Sum of RGB (Red+Green+Blue) = 144+85+156=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #90559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90559C is #6FAA63. Grayscale: #6E6E6E. Windows color (decimal): -7318116 or 10245520. OLE color: 10245520.
HSL color Cylindrical-coordinate representation of color #90559C: hue angle of 289.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90559C is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 85 | 156 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.39 |
| HSL | 289.86º | 0.29% | 0.47% | - |
| HSV(B) | 289.86º | 0.46% | 0.61% | - |
| XYZ | 20.75 | 14.83 | 33.22 | - |
| YUV | 110.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 156 | 0.08 | 0.46 | 0 | 0.39 | 289.86 | 0.29 | 0.47 |
| Hex | 90 | 55 | 9C | 8 | 2E | 0 | 27 | 122 | 1D | 2F |
| Octal | 220 | 125 | 234 | 10 | 56 | 0 | 47 | 442 | 35 | 57 |
| Binary | 10010000 | 1010101 | 10011100 | 1000 | 101110 | 0 | 100111 | 100100010 | 11101 | 101111 |
Color Harmonies of #90559C
Complementary color
Monochromatic Colors of #90559C
Black with #90559C
Text Example
Text Example
White with #90559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90559C; }
p { color: rgb(144,85,156); }
H1.HeaderClassName
{
color: #90559C;
}
.AnyTagClassName
{
color: #90559C;
}
</style>
background-color css
<style>
a { background-color: #90559C; }
a { background-color: rgb(144,85,156); }
div.DivClassName
{
background-color: #90559C;
}
.BgClassName
{
background-color: #90559C;
}
</style>
border-color css
<style>
span { border-color: #90559C; }
span { border-color: rgb(144,85,156); }
td.TdClassName
{
border-color: #90559C;
}
.TagClassName
{
border-color: #90559C;
}
</style>