Shades of Amethyst #905ACE
Tints of Amethyst #905ACE
RGB
CMYK
RGB Variations
Color information
#905ACE (or 0x905ACE) is known color: Amethyst. HEX triplet: 90, 5A and CE. RGB value is (144,90,206). Sum of RGB (Red+Green+Blue) = 144+90+206=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #905ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ACE is #6FA531. Grayscale: #767676. Windows color (decimal): -7316786 or 13523600. OLE color: 13523600.
HSL color Cylindrical-coordinate representation of color #905ACE: hue angle of 267.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #905ACE is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 90 | 206 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.19 |
| HSL | 267.93º | 0.54% | 0.58% | - |
| HSV(B) | 267.93º | 0.56% | 0.81% | - |
| XYZ | 26.3 | 17.7 | 60.42 | - |
| YUV | 119.37 | 176.89 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 206 | 0.30 | 0.56 | 0 | 0.19 | 267.93 | 0.54 | 0.58 |
| Hex | 90 | 5A | CE | 1E | 38 | 0 | 13 | 10C | 36 | 3A |
| Octal | 220 | 132 | 316 | 36 | 70 | 0 | 23 | 414 | 66 | 72 |
| Binary | 10010000 | 1011010 | 11001110 | 11110 | 111000 | 0 | 10011 | 100001100 | 110110 | 111010 |
Color Harmonies of #905ACE
Complementary color
Monochromatic Colors of #905ACE
Black with #905ACE
Text Example
Text Example
White with #905ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ACE; }
p { color: rgb(144,90,206); }
H1.HeaderClassName
{
color: #905ACE;
}
.AnyTagClassName
{
color: #905ACE;
}
</style>
background-color css
<style>
a { background-color: #905ACE; }
a { background-color: rgb(144,90,206); }
div.DivClassName
{
background-color: #905ACE;
}
.BgClassName
{
background-color: #905ACE;
}
</style>
border-color css
<style>
span { border-color: #905ACE; }
span { border-color: rgb(144,90,206); }
td.TdClassName
{
border-color: #905ACE;
}
.TagClassName
{
border-color: #905ACE;
}
</style>