Shades of Amethyst #905ACC
Tints of Amethyst #905ACC
RGB
CMYK
RGB Variations
Color information
#905ACC (or 0x905ACC) is known color: Amethyst. HEX triplet: 90, 5A and CC. RGB value is (144,90,204). Sum of RGB (Red+Green+Blue) = 144+90+204=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #905ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905ACC is #6FA533. Grayscale: #767676. Windows color (decimal): -7316788 or 13392528. OLE color: 13392528.
HSL color Cylindrical-coordinate representation of color #905ACC: hue angle of 268.42º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #905ACC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 90 | 204 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.2 |
| HSL | 268.42º | 0.53% | 0.58% | - |
| HSV(B) | 268.42º | 0.56% | 0.8% | - |
| XYZ | 26.06 | 17.6 | 59.15 | - |
| YUV | 119.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 204 | 0.29 | 0.56 | 0 | 0.2 | 268.42 | 0.53 | 0.58 |
| Hex | 90 | 5A | CC | 1D | 38 | 0 | 14 | 10C | 35 | 3A |
| Octal | 220 | 132 | 314 | 35 | 70 | 0 | 24 | 414 | 65 | 72 |
| Binary | 10010000 | 1011010 | 11001100 | 11101 | 111000 | 0 | 10100 | 100001100 | 110101 | 111010 |
Color Harmonies of #905ACC
Complementary color
Monochromatic Colors of #905ACC
Black with #905ACC
Text Example
Text Example
White with #905ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905ACC; }
p { color: rgb(144,90,204); }
H1.HeaderClassName
{
color: #905ACC;
}
.AnyTagClassName
{
color: #905ACC;
}
</style>
background-color css
<style>
a { background-color: #905ACC; }
a { background-color: rgb(144,90,204); }
div.DivClassName
{
background-color: #905ACC;
}
.BgClassName
{
background-color: #905ACC;
}
</style>
border-color css
<style>
span { border-color: #905ACC; }
span { border-color: rgb(144,90,204); }
td.TdClassName
{
border-color: #905ACC;
}
.TagClassName
{
border-color: #905ACC;
}
</style>