Shades of Amethyst #905DCB
Tints of Amethyst #905DCB
RGB
CMYK
RGB Variations
Color information
#905DCB (or 0x905DCB) is known color: Amethyst. HEX triplet: 90, 5D and CB. RGB value is (144,93,203). Sum of RGB (Red+Green+Blue) = 144+93+203=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #905DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DCB is #6FA234. Grayscale: #787878. Windows color (decimal): -7316021 or 13327760. OLE color: 13327760.
HSL color Cylindrical-coordinate representation of color #905DCB: hue angle of 267.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #905DCB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 93 | 203 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.20 |
| HSL | 267.82º | 0.51% | 0.58% | - |
| HSV(B) | 267.82º | 0.54% | 0.8% | - |
| XYZ | 26.2 | 18.07 | 58.61 | - |
| YUV | 120.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 203 | 0.29 | 0.54 | 0 | 0.20 | 267.82 | 0.51 | 0.58 |
| Hex | 90 | 5D | CB | 1D | 36 | 0 | 14 | 10C | 33 | 3A |
| Octal | 220 | 135 | 313 | 35 | 66 | 0 | 24 | 414 | 63 | 72 |
| Binary | 10010000 | 1011101 | 11001011 | 11101 | 110110 | 0 | 10100 | 100001100 | 110011 | 111010 |
Color Harmonies of #905DCB
Complementary color
Monochromatic Colors of #905DCB
Black with #905DCB
Text Example
Text Example
White with #905DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DCB; }
p { color: rgb(144,93,203); }
H1.HeaderClassName
{
color: #905DCB;
}
.AnyTagClassName
{
color: #905DCB;
}
</style>
background-color css
<style>
a { background-color: #905DCB; }
a { background-color: rgb(144,93,203); }
div.DivClassName
{
background-color: #905DCB;
}
.BgClassName
{
background-color: #905DCB;
}
</style>
border-color css
<style>
span { border-color: #905DCB; }
span { border-color: rgb(144,93,203); }
td.TdClassName
{
border-color: #905DCB;
}
.TagClassName
{
border-color: #905DCB;
}
</style>