Shades of Violet Blue #90599F
Tints of Violet Blue #90599F
RGB
CMYK
RGB Variations
Color information
#90599F (or 0x90599F) is known color: Violet Blue. HEX triplet: 90, 59 and 9F. RGB value is (144,89,159). Sum of RGB (Red+Green+Blue) = 144+89+159=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #90599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90599F is #6FA660. Grayscale: #717171. Windows color (decimal): -7317089 or 10443152. OLE color: 10443152.
HSL color Cylindrical-coordinate representation of color #90599F: hue angle of 287.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90599F is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 89 | 159 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.38 |
| HSL | 287.14º | 0.28% | 0.49% | - |
| HSV(B) | 287.14º | 0.44% | 0.62% | - |
| XYZ | 21.33 | 15.58 | 34.68 | - |
| YUV | 113.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 159 | 0.09 | 0.44 | 0 | 0.38 | 287.14 | 0.28 | 0.49 |
| Hex | 90 | 59 | 9F | 9 | 2C | 0 | 26 | 11F | 1C | 31 |
| Octal | 220 | 131 | 237 | 11 | 54 | 0 | 46 | 437 | 34 | 61 |
| Binary | 10010000 | 1011001 | 10011111 | 1001 | 101100 | 0 | 100110 | 100011111 | 11100 | 110001 |
Color Harmonies of #90599F
Complementary color
Monochromatic Colors of #90599F
Black with #90599F
Text Example
Text Example
White with #90599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90599F; }
p { color: rgb(144,89,159); }
H1.HeaderClassName
{
color: #90599F;
}
.AnyTagClassName
{
color: #90599F;
}
</style>
background-color css
<style>
a { background-color: #90599F; }
a { background-color: rgb(144,89,159); }
div.DivClassName
{
background-color: #90599F;
}
.BgClassName
{
background-color: #90599F;
}
</style>
border-color css
<style>
span { border-color: #90599F; }
span { border-color: rgb(144,89,159); }
td.TdClassName
{
border-color: #90599F;
}
.TagClassName
{
border-color: #90599F;
}
</style>