Shades of Violet Blue #90599B
Tints of Violet Blue #90599B
RGB
CMYK
RGB Variations
Color information
#90599B (or 0x90599B) is known color: Violet Blue. HEX triplet: 90, 59 and 9B. RGB value is (144,89,155). Sum of RGB (Red+Green+Blue) = 144+89+155=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #90599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90599B is #6FA664. Grayscale: #707070. Windows color (decimal): -7317093 or 10181008. OLE color: 10181008.
HSL color Cylindrical-coordinate representation of color #90599B: hue angle of 290º 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 #90599B is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 89 | 155 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.39 |
| HSL | 290º | 0.27% | 0.48% | - |
| HSV(B) | 290º | 0.43% | 0.61% | - |
| XYZ | 20.99 | 15.44 | 32.88 | - |
| YUV | 112.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 155 | 0.07 | 0.43 | 0 | 0.39 | 290 | 0.27 | 0.48 |
| Hex | 90 | 59 | 9B | 7 | 2B | 0 | 27 | 122 | 1B | 30 |
| Octal | 220 | 131 | 233 | 7 | 53 | 0 | 47 | 442 | 33 | 60 |
| Binary | 10010000 | 1011001 | 10011011 | 111 | 101011 | 0 | 100111 | 100100010 | 11011 | 110000 |
Color Harmonies of #90599B
Complementary color
Monochromatic Colors of #90599B
Black with #90599B
Text Example
Text Example
White with #90599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90599B; }
p { color: rgb(144,89,155); }
H1.HeaderClassName
{
color: #90599B;
}
.AnyTagClassName
{
color: #90599B;
}
</style>
background-color css
<style>
a { background-color: #90599B; }
a { background-color: rgb(144,89,155); }
div.DivClassName
{
background-color: #90599B;
}
.BgClassName
{
background-color: #90599B;
}
</style>
border-color css
<style>
span { border-color: #90599B; }
span { border-color: rgb(144,89,155); }
td.TdClassName
{
border-color: #90599B;
}
.TagClassName
{
border-color: #90599B;
}
</style>