Shades of Amethyst #9054DB
Tints of Amethyst #9054DB
RGB
CMYK
RGB Variations
Color information
#9054DB (or 0x9054DB) is known color: Amethyst. HEX triplet: 90, 54 and DB. RGB value is (144,84,219). Sum of RGB (Red+Green+Blue) = 144+84+219=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #9054DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054DB is #6FAB24. Grayscale: #747474. Windows color (decimal): -7318309 or 14374032. OLE color: 14374032.
HSL color Cylindrical-coordinate representation of color #9054DB: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9054DB is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 84 | 219 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.14 |
| HSL | 266.67º | 0.65% | 0.59% | - |
| HSV(B) | 266.67º | 0.62% | 0.86% | - |
| XYZ | 27.46 | 17.38 | 68.93 | - |
| YUV | 117.33 | 185.38 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 84 | 219 | 0.34 | 0.62 | 0 | 0.14 | 266.67 | 0.65 | 0.59 |
| Hex | 90 | 54 | DB | 22 | 3E | 0 | E | 10B | 41 | 3B |
| Octal | 220 | 124 | 333 | 42 | 76 | 0 | 16 | 413 | 101 | 73 |
| Binary | 10010000 | 1010100 | 11011011 | 100010 | 111110 | 0 | 1110 | 100001011 | 1000001 | 111011 |
Color Harmonies of #9054DB
Complementary color
Monochromatic Colors of #9054DB
Black with #9054DB
Text Example
Text Example
White with #9054DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9054DB; }
p { color: rgb(144,84,219); }
H1.HeaderClassName
{
color: #9054DB;
}
.AnyTagClassName
{
color: #9054DB;
}
</style>
background-color css
<style>
a { background-color: #9054DB; }
a { background-color: rgb(144,84,219); }
div.DivClassName
{
background-color: #9054DB;
}
.BgClassName
{
background-color: #9054DB;
}
</style>
border-color css
<style>
span { border-color: #9054DB; }
span { border-color: rgb(144,84,219); }
td.TdClassName
{
border-color: #9054DB;
}
.TagClassName
{
border-color: #9054DB;
}
</style>