Shades of Amethyst #905DCE
Tints of Amethyst #905DCE
RGB
CMYK
RGB Variations
Color information
#905DCE (or 0x905DCE) is known color: Amethyst. HEX triplet: 90, 5D and CE. RGB value is (144,93,206). Sum of RGB (Red+Green+Blue) = 144+93+206=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #905DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DCE is #6FA231. Grayscale: #787878. Windows color (decimal): -7316018 or 13524368. OLE color: 13524368.
HSL color Cylindrical-coordinate representation of color #905DCE: hue angle of 267.08º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905DCE is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 93 | 206 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.19 |
| HSL | 267.08º | 0.54% | 0.59% | - |
| HSV(B) | 267.08º | 0.55% | 0.81% | - |
| XYZ | 26.56 | 18.21 | 60.51 | - |
| YUV | 121.13 | 175.9 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 206 | 0.30 | 0.55 | 0 | 0.19 | 267.08 | 0.54 | 0.59 |
| Hex | 90 | 5D | CE | 1E | 37 | 0 | 13 | 10B | 36 | 3B |
| Octal | 220 | 135 | 316 | 36 | 67 | 0 | 23 | 413 | 66 | 73 |
| Binary | 10010000 | 1011101 | 11001110 | 11110 | 110111 | 0 | 10011 | 100001011 | 110110 | 111011 |
Color Harmonies of #905DCE
Complementary color
Monochromatic Colors of #905DCE
Black with #905DCE
Text Example
Text Example
White with #905DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DCE; }
p { color: rgb(144,93,206); }
H1.HeaderClassName
{
color: #905DCE;
}
.AnyTagClassName
{
color: #905DCE;
}
</style>
background-color css
<style>
a { background-color: #905DCE; }
a { background-color: rgb(144,93,206); }
div.DivClassName
{
background-color: #905DCE;
}
.BgClassName
{
background-color: #905DCE;
}
</style>
border-color css
<style>
span { border-color: #905DCE; }
span { border-color: rgb(144,93,206); }
td.TdClassName
{
border-color: #905DCE;
}
.TagClassName
{
border-color: #905DCE;
}
</style>