Shades of Violet Blue #90599C
Tints of Violet Blue #90599C
RGB
CMYK
RGB Variations
Color information
#90599C (or 0x90599C) is known color: Violet Blue. HEX triplet: 90, 59 and 9C. RGB value is (144,89,156). Sum of RGB (Red+Green+Blue) = 144+89+156=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #90599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90599C is #6FA663. Grayscale: #707070. Windows color (decimal): -7317092 or 10246544. OLE color: 10246544.
HSL color Cylindrical-coordinate representation of color #90599C: hue angle of 289.25º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90599C is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 89 | 156 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.39 |
| HSL | 289.25º | 0.27% | 0.48% | - |
| HSV(B) | 289.25º | 0.43% | 0.61% | - |
| XYZ | 21.07 | 15.47 | 33.33 | - |
| YUV | 113.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 156 | 0.08 | 0.43 | 0 | 0.39 | 289.25 | 0.27 | 0.48 |
| Hex | 90 | 59 | 9C | 8 | 2B | 0 | 27 | 121 | 1B | 30 |
| Octal | 220 | 131 | 234 | 10 | 53 | 0 | 47 | 441 | 33 | 60 |
| Binary | 10010000 | 1011001 | 10011100 | 1000 | 101011 | 0 | 100111 | 100100001 | 11011 | 110000 |
Color Harmonies of #90599C
Complementary color
Monochromatic Colors of #90599C
Black with #90599C
Text Example
Text Example
White with #90599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90599C; }
p { color: rgb(144,89,156); }
H1.HeaderClassName
{
color: #90599C;
}
.AnyTagClassName
{
color: #90599C;
}
</style>
background-color css
<style>
a { background-color: #90599C; }
a { background-color: rgb(144,89,156); }
div.DivClassName
{
background-color: #90599C;
}
.BgClassName
{
background-color: #90599C;
}
</style>
border-color css
<style>
span { border-color: #90599C; }
span { border-color: rgb(144,89,156); }
td.TdClassName
{
border-color: #90599C;
}
.TagClassName
{
border-color: #90599C;
}
</style>