Shades of Violet Blue #90509A
Tints of Violet Blue #90509A
RGB
CMYK
RGB Variations
Color information
#90509A (or 0x90509A) is known color: Violet Blue. HEX triplet: 90, 50 and 9A. RGB value is (144,80,154). Sum of RGB (Red+Green+Blue) = 144+80+154=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #90509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90509A is #6FAF65. Grayscale: #6B6B6B. Windows color (decimal): -7319398 or 10113168. OLE color: 10113168.
HSL color Cylindrical-coordinate representation of color #90509A: hue angle of 291.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90509A is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 80 | 154 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.40 |
| HSL | 291.89º | 0.32% | 0.46% | - |
| HSV(B) | 291.89º | 0.48% | 0.6% | - |
| XYZ | 20.2 | 14 | 32.21 | - |
| YUV | 107.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 154 | 0.06 | 0.48 | 0 | 0.40 | 291.89 | 0.32 | 0.46 |
| Hex | 90 | 50 | 9A | 6 | 30 | 0 | 28 | 124 | 20 | 2E |
| Octal | 220 | 120 | 232 | 6 | 60 | 0 | 50 | 444 | 40 | 56 |
| Binary | 10010000 | 1010000 | 10011010 | 110 | 110000 | 0 | 101000 | 100100100 | 100000 | 101110 |
Color Harmonies of #90509A
Complementary color
Monochromatic Colors of #90509A
Black with #90509A
Text Example
Text Example
White with #90509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90509A; }
p { color: rgb(144,80,154); }
H1.HeaderClassName
{
color: #90509A;
}
.AnyTagClassName
{
color: #90509A;
}
</style>
background-color css
<style>
a { background-color: #90509A; }
a { background-color: rgb(144,80,154); }
div.DivClassName
{
background-color: #90509A;
}
.BgClassName
{
background-color: #90509A;
}
</style>
border-color css
<style>
span { border-color: #90509A; }
span { border-color: rgb(144,80,154); }
td.TdClassName
{
border-color: #90509A;
}
.TagClassName
{
border-color: #90509A;
}
</style>