Shades of Amethyst #905AD6
Tints of Amethyst #905AD6
RGB
CMYK
RGB Variations
Color information
#905AD6 (or 0x905AD6) is known color: Amethyst. HEX triplet: 90, 5A and D6. RGB value is (144,90,214). Sum of RGB (Red+Green+Blue) = 144+90+214=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #905AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AD6 is #6FA529. Grayscale: #777777. Windows color (decimal): -7316778 or 14047888. OLE color: 14047888.
HSL color Cylindrical-coordinate representation of color #905AD6: hue angle of 266.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #905AD6 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 90 | 214 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.16 |
| HSL | 266.13º | 0.6% | 0.6% | - |
| HSV(B) | 266.13º | 0.58% | 0.84% | - |
| XYZ | 27.3 | 18.1 | 65.67 | - |
| YUV | 120.28 | 180.89 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 214 | 0.33 | 0.58 | 0 | 0.16 | 266.13 | 0.6 | 0.6 |
| Hex | 90 | 5A | D6 | 21 | 3A | 0 | 10 | 10A | 3C | 3C |
| Octal | 220 | 132 | 326 | 41 | 72 | 0 | 20 | 412 | 74 | 74 |
| Binary | 10010000 | 1011010 | 11010110 | 100001 | 111010 | 0 | 10000 | 100001010 | 111100 | 111100 |
Color Harmonies of #905AD6
Complementary color
Monochromatic Colors of #905AD6
Black with #905AD6
Text Example
Text Example
White with #905AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AD6; }
p { color: rgb(144,90,214); }
H1.HeaderClassName
{
color: #905AD6;
}
.AnyTagClassName
{
color: #905AD6;
}
</style>
background-color css
<style>
a { background-color: #905AD6; }
a { background-color: rgb(144,90,214); }
div.DivClassName
{
background-color: #905AD6;
}
.BgClassName
{
background-color: #905AD6;
}
</style>
border-color css
<style>
span { border-color: #905AD6; }
span { border-color: rgb(144,90,214); }
td.TdClassName
{
border-color: #905AD6;
}
.TagClassName
{
border-color: #905AD6;
}
</style>