Shades of Violet Blue #90529C
Tints of Violet Blue #90529C
RGB
CMYK
RGB Variations
Color information
#90529C (or 0x90529C) is known color: Violet Blue. HEX triplet: 90, 52 and 9C. RGB value is (144,82,156). Sum of RGB (Red+Green+Blue) = 144+82+156=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #90529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90529C is #6FAD63. Grayscale: #6C6C6C. Windows color (decimal): -7318884 or 10244752. OLE color: 10244752.
HSL color Cylindrical-coordinate representation of color #90529C: hue angle of 290.27º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90529C is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 82 | 156 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.39 |
| HSL | 290.27º | 0.31% | 0.47% | - |
| HSV(B) | 290.27º | 0.47% | 0.61% | - |
| XYZ | 20.52 | 14.36 | 33.14 | - |
| YUV | 108.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 156 | 0.08 | 0.47 | 0 | 0.39 | 290.27 | 0.31 | 0.47 |
| Hex | 90 | 52 | 9C | 8 | 2F | 0 | 27 | 122 | 1F | 2F |
| Octal | 220 | 122 | 234 | 10 | 57 | 0 | 47 | 442 | 37 | 57 |
| Binary | 10010000 | 1010010 | 10011100 | 1000 | 101111 | 0 | 100111 | 100100010 | 11111 | 101111 |
Color Harmonies of #90529C
Complementary color
Monochromatic Colors of #90529C
Black with #90529C
Text Example
Text Example
White with #90529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90529C; }
p { color: rgb(144,82,156); }
H1.HeaderClassName
{
color: #90529C;
}
.AnyTagClassName
{
color: #90529C;
}
</style>
background-color css
<style>
a { background-color: #90529C; }
a { background-color: rgb(144,82,156); }
div.DivClassName
{
background-color: #90529C;
}
.BgClassName
{
background-color: #90529C;
}
</style>
border-color css
<style>
span { border-color: #90529C; }
span { border-color: rgb(144,82,156); }
td.TdClassName
{
border-color: #90529C;
}
.TagClassName
{
border-color: #90529C;
}
</style>