Shades of Violet Blue #90579B
Tints of Violet Blue #90579B
RGB
CMYK
RGB Variations
Color information
#90579B (or 0x90579B) is known color: Violet Blue. HEX triplet: 90, 57 and 9B. RGB value is (144,87,155). Sum of RGB (Red+Green+Blue) = 144+87+155=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #90579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90579B is #6FA864. Grayscale: #6F6F6F. Windows color (decimal): -7317605 or 10180496. OLE color: 10180496.
HSL color Cylindrical-coordinate representation of color #90579B: hue angle of 290.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90579B is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 87 | 155 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.39 |
| HSL | 290.29º | 0.28% | 0.47% | - |
| HSV(B) | 290.29º | 0.44% | 0.61% | - |
| XYZ | 20.83 | 15.11 | 32.83 | - |
| YUV | 111.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 87 | 155 | 0.07 | 0.44 | 0 | 0.39 | 290.29 | 0.28 | 0.47 |
| Hex | 90 | 57 | 9B | 7 | 2C | 0 | 27 | 122 | 1C | 2F |
| Octal | 220 | 127 | 233 | 7 | 54 | 0 | 47 | 442 | 34 | 57 |
| Binary | 10010000 | 1010111 | 10011011 | 111 | 101100 | 0 | 100111 | 100100010 | 11100 | 101111 |
Color Harmonies of #90579B
Complementary color
Monochromatic Colors of #90579B
Black with #90579B
Text Example
Text Example
White with #90579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90579B; }
p { color: rgb(144,87,155); }
H1.HeaderClassName
{
color: #90579B;
}
.AnyTagClassName
{
color: #90579B;
}
</style>
background-color css
<style>
a { background-color: #90579B; }
a { background-color: rgb(144,87,155); }
div.DivClassName
{
background-color: #90579B;
}
.BgClassName
{
background-color: #90579B;
}
</style>
border-color css
<style>
span { border-color: #90579B; }
span { border-color: rgb(144,87,155); }
td.TdClassName
{
border-color: #90579B;
}
.TagClassName
{
border-color: #90579B;
}
</style>