Shades of Amethyst #905ADA
Tints of Amethyst #905ADA
RGB
CMYK
RGB Variations
Color information
#905ADA (or 0x905ADA) is known color: Amethyst. HEX triplet: 90, 5A and DA. RGB value is (144,90,218). Sum of RGB (Red+Green+Blue) = 144+90+218=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #905ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ADA is #6FA525. Grayscale: #787878. Windows color (decimal): -7316774 or 14310032. OLE color: 14310032.
HSL color Cylindrical-coordinate representation of color #905ADA: hue angle of 265.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #905ADA is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 90 | 218 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.15 |
| HSL | 265.31º | 0.63% | 0.6% | - |
| HSV(B) | 265.31º | 0.59% | 0.85% | - |
| XYZ | 27.81 | 18.3 | 68.4 | - |
| YUV | 120.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 218 | 0.34 | 0.59 | 0 | 0.15 | 265.31 | 0.63 | 0.6 |
| Hex | 90 | 5A | DA | 22 | 3B | 0 | F | 109 | 3F | 3C |
| Octal | 220 | 132 | 332 | 42 | 73 | 0 | 17 | 411 | 77 | 74 |
| Binary | 10010000 | 1011010 | 11011010 | 100010 | 111011 | 0 | 1111 | 100001001 | 111111 | 111100 |
Color Harmonies of #905ADA
Complementary color
Monochromatic Colors of #905ADA
Black with #905ADA
Text Example
Text Example
White with #905ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ADA; }
p { color: rgb(144,90,218); }
H1.HeaderClassName
{
color: #905ADA;
}
.AnyTagClassName
{
color: #905ADA;
}
</style>
background-color css
<style>
a { background-color: #905ADA; }
a { background-color: rgb(144,90,218); }
div.DivClassName
{
background-color: #905ADA;
}
.BgClassName
{
background-color: #905ADA;
}
</style>
border-color css
<style>
span { border-color: #905ADA; }
span { border-color: rgb(144,90,218); }
td.TdClassName
{
border-color: #905ADA;
}
.TagClassName
{
border-color: #905ADA;
}
</style>