Shades of Violet Blue #90539C
Tints of Violet Blue #90539C
RGB
CMYK
RGB Variations
Color information
#90539C (or 0x90539C) is known color: Violet Blue. HEX triplet: 90, 53 and 9C. RGB value is (144,83,156). Sum of RGB (Red+Green+Blue) = 144+83+156=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #90539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90539C is #6FAC63. Grayscale: #6D6D6D. Windows color (decimal): -7318628 or 10245008. OLE color: 10245008.
HSL color Cylindrical-coordinate representation of color #90539C: hue angle of 290.14º 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 #90539C is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 83 | 156 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.39 |
| HSL | 290.14º | 0.31% | 0.47% | - |
| HSV(B) | 290.14º | 0.47% | 0.61% | - |
| XYZ | 20.6 | 14.52 | 33.17 | - |
| YUV | 109.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 156 | 0.08 | 0.47 | 0 | 0.39 | 290.14 | 0.31 | 0.47 |
| Hex | 90 | 53 | 9C | 8 | 2F | 0 | 27 | 122 | 1F | 2F |
| Octal | 220 | 123 | 234 | 10 | 57 | 0 | 47 | 442 | 37 | 57 |
| Binary | 10010000 | 1010011 | 10011100 | 1000 | 101111 | 0 | 100111 | 100100010 | 11111 | 101111 |
Color Harmonies of #90539C
Complementary color
Monochromatic Colors of #90539C
Black with #90539C
Text Example
Text Example
White with #90539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90539C; }
p { color: rgb(144,83,156); }
H1.HeaderClassName
{
color: #90539C;
}
.AnyTagClassName
{
color: #90539C;
}
</style>
background-color css
<style>
a { background-color: #90539C; }
a { background-color: rgb(144,83,156); }
div.DivClassName
{
background-color: #90539C;
}
.BgClassName
{
background-color: #90539C;
}
</style>
border-color css
<style>
span { border-color: #90539C; }
span { border-color: rgb(144,83,156); }
td.TdClassName
{
border-color: #90539C;
}
.TagClassName
{
border-color: #90539C;
}
</style>