Shades of Amethyst #9050DB
Tints of Amethyst #9050DB
RGB
CMYK
RGB Variations
Color information
#9050DB (or 0x9050DB) is known color: Amethyst. HEX triplet: 90, 50 and DB. RGB value is (144,80,219). Sum of RGB (Red+Green+Blue) = 144+80+219=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #9050DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050DB is #6FAF24. Grayscale: #727272. Windows color (decimal): -7319333 or 14373008. OLE color: 14373008.
HSL color Cylindrical-coordinate representation of color #9050DB: hue angle of 267.63º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9050DB is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 80 | 219 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.14 |
| HSL | 267.63º | 0.66% | 0.59% | - |
| HSV(B) | 267.63º | 0.63% | 0.86% | - |
| XYZ | 27.16 | 16.78 | 68.83 | - |
| YUV | 114.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 219 | 0.34 | 0.63 | 0 | 0.14 | 267.63 | 0.66 | 0.59 |
| Hex | 90 | 50 | DB | 22 | 3F | 0 | E | 10C | 42 | 3B |
| Octal | 220 | 120 | 333 | 42 | 77 | 0 | 16 | 414 | 102 | 73 |
| Binary | 10010000 | 1010000 | 11011011 | 100010 | 111111 | 0 | 1110 | 100001100 | 1000010 | 111011 |
Color Harmonies of #9050DB
Complementary color
Monochromatic Colors of #9050DB
Black with #9050DB
Text Example
Text Example
White with #9050DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9050DB; }
p { color: rgb(144,80,219); }
H1.HeaderClassName
{
color: #9050DB;
}
.AnyTagClassName
{
color: #9050DB;
}
</style>
background-color css
<style>
a { background-color: #9050DB; }
a { background-color: rgb(144,80,219); }
div.DivClassName
{
background-color: #9050DB;
}
.BgClassName
{
background-color: #9050DB;
}
</style>
border-color css
<style>
span { border-color: #9050DB; }
span { border-color: rgb(144,80,219); }
td.TdClassName
{
border-color: #9050DB;
}
.TagClassName
{
border-color: #9050DB;
}
</style>