Shades of Amethyst #905ADB
Tints of Amethyst #905ADB
RGB
CMYK
RGB Variations
Color information
#905ADB (or 0x905ADB) is known color: Amethyst. HEX triplet: 90, 5A and DB. RGB value is (144,90,219). Sum of RGB (Red+Green+Blue) = 144+90+219=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #905ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ADB is #6FA524. Grayscale: #787878. Windows color (decimal): -7316773 or 14375568. OLE color: 14375568.
HSL color Cylindrical-coordinate representation of color #905ADB: hue angle of 265.12º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #905ADB is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 90 | 219 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.14 |
| HSL | 265.12º | 0.64% | 0.61% | - |
| HSV(B) | 265.12º | 0.59% | 0.86% | - |
| XYZ | 27.94 | 18.36 | 69.09 | - |
| YUV | 120.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 219 | 0.34 | 0.59 | 0 | 0.14 | 265.12 | 0.64 | 0.61 |
| Hex | 90 | 5A | DB | 22 | 3B | 0 | E | 109 | 40 | 3D |
| Octal | 220 | 132 | 333 | 42 | 73 | 0 | 16 | 411 | 100 | 75 |
| Binary | 10010000 | 1011010 | 11011011 | 100010 | 111011 | 0 | 1110 | 100001001 | 1000000 | 111101 |
Color Harmonies of #905ADB
Complementary color
Monochromatic Colors of #905ADB
Black with #905ADB
Text Example
Text Example
White with #905ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ADB; }
p { color: rgb(144,90,219); }
H1.HeaderClassName
{
color: #905ADB;
}
.AnyTagClassName
{
color: #905ADB;
}
</style>
background-color css
<style>
a { background-color: #905ADB; }
a { background-color: rgb(144,90,219); }
div.DivClassName
{
background-color: #905ADB;
}
.BgClassName
{
background-color: #905ADB;
}
</style>
border-color css
<style>
span { border-color: #905ADB; }
span { border-color: rgb(144,90,219); }
td.TdClassName
{
border-color: #905ADB;
}
.TagClassName
{
border-color: #905ADB;
}
</style>