Shades of Amethyst #905DC9
Tints of Amethyst #905DC9
RGB
CMYK
RGB Variations
Color information
#905DC9 (or 0x905DC9) is known color: Amethyst. HEX triplet: 90, 5D and C9. RGB value is (144,93,201). Sum of RGB (Red+Green+Blue) = 144+93+201=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #905DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DC9 is #6FA236. Grayscale: #787878. Windows color (decimal): -7316023 or 13196688. OLE color: 13196688.
HSL color Cylindrical-coordinate representation of color #905DC9: hue angle of 268.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #905DC9 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 93 | 201 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.21 |
| HSL | 268.33º | 0.5% | 0.58% | - |
| HSV(B) | 268.33º | 0.54% | 0.79% | - |
| XYZ | 25.96 | 17.98 | 57.36 | - |
| YUV | 120.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 201 | 0.28 | 0.54 | 0 | 0.21 | 268.33 | 0.5 | 0.58 |
| Hex | 90 | 5D | C9 | 1C | 36 | 0 | 15 | 10C | 32 | 3A |
| Octal | 220 | 135 | 311 | 34 | 66 | 0 | 25 | 414 | 62 | 72 |
| Binary | 10010000 | 1011101 | 11001001 | 11100 | 110110 | 0 | 10101 | 100001100 | 110010 | 111010 |
Color Harmonies of #905DC9
Complementary color
Monochromatic Colors of #905DC9
Black with #905DC9
Text Example
Text Example
White with #905DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DC9; }
p { color: rgb(144,93,201); }
H1.HeaderClassName
{
color: #905DC9;
}
.AnyTagClassName
{
color: #905DC9;
}
</style>
background-color css
<style>
a { background-color: #905DC9; }
a { background-color: rgb(144,93,201); }
div.DivClassName
{
background-color: #905DC9;
}
.BgClassName
{
background-color: #905DC9;
}
</style>
border-color css
<style>
span { border-color: #905DC9; }
span { border-color: rgb(144,93,201); }
td.TdClassName
{
border-color: #905DC9;
}
.TagClassName
{
border-color: #905DC9;
}
</style>