Shades of Amethyst #905CDA
Tints of Amethyst #905CDA
RGB
CMYK
RGB Variations
Color information
#905CDA (or 0x905CDA) is known color: Amethyst. HEX triplet: 90, 5C and DA. RGB value is (144,92,218). Sum of RGB (Red+Green+Blue) = 144+92+218=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #905CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CDA is #6FA325. Grayscale: #797979. Windows color (decimal): -7316262 or 14310544. OLE color: 14310544.
HSL color Cylindrical-coordinate representation of color #905CDA: hue angle of 264.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #905CDA is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 92 | 218 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.15 |
| HSL | 264.76º | 0.63% | 0.61% | - |
| HSV(B) | 264.76º | 0.58% | 0.85% | - |
| XYZ | 27.98 | 18.65 | 68.45 | - |
| YUV | 121.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 218 | 0.34 | 0.58 | 0 | 0.15 | 264.76 | 0.63 | 0.61 |
| Hex | 90 | 5C | DA | 22 | 3A | 0 | F | 109 | 3F | 3D |
| Octal | 220 | 134 | 332 | 42 | 72 | 0 | 17 | 411 | 77 | 75 |
| Binary | 10010000 | 1011100 | 11011010 | 100010 | 111010 | 0 | 1111 | 100001001 | 111111 | 111101 |
Color Harmonies of #905CDA
Complementary color
Monochromatic Colors of #905CDA
Black with #905CDA
Text Example
Text Example
White with #905CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CDA; }
p { color: rgb(144,92,218); }
H1.HeaderClassName
{
color: #905CDA;
}
.AnyTagClassName
{
color: #905CDA;
}
</style>
background-color css
<style>
a { background-color: #905CDA; }
a { background-color: rgb(144,92,218); }
div.DivClassName
{
background-color: #905CDA;
}
.BgClassName
{
background-color: #905CDA;
}
</style>
border-color css
<style>
span { border-color: #905CDA; }
span { border-color: rgb(144,92,218); }
td.TdClassName
{
border-color: #905CDA;
}
.TagClassName
{
border-color: #905CDA;
}
</style>