Shades of Amethyst #905DC1
Tints of Amethyst #905DC1
RGB
CMYK
RGB Variations
Color information
#905DC1 (or 0x905DC1) is known color: Amethyst. HEX triplet: 90, 5D and C1. RGB value is (144,93,193). Sum of RGB (Red+Green+Blue) = 144+93+193=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #905DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DC1 is #6FA23E. Grayscale: #777777. Windows color (decimal): -7316031 or 12672400. OLE color: 12672400.
HSL color Cylindrical-coordinate representation of color #905DC1: hue angle of 270.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905DC1 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 93 | 193 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.24 |
| HSL | 270.6º | 0.45% | 0.56% | - |
| HSV(B) | 270.6º | 0.52% | 0.76% | - |
| XYZ | 25.04 | 17.61 | 52.53 | - |
| YUV | 119.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 193 | 0.25 | 0.52 | 0 | 0.24 | 270.6 | 0.45 | 0.56 |
| Hex | 90 | 5D | C1 | 19 | 34 | 0 | 18 | 10F | 2D | 38 |
| Octal | 220 | 135 | 301 | 31 | 64 | 0 | 30 | 417 | 55 | 70 |
| Binary | 10010000 | 1011101 | 11000001 | 11001 | 110100 | 0 | 11000 | 100001111 | 101101 | 111000 |
Color Harmonies of #905DC1
Complementary color
Monochromatic Colors of #905DC1
Black with #905DC1
Text Example
Text Example
White with #905DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DC1; }
p { color: rgb(144,93,193); }
H1.HeaderClassName
{
color: #905DC1;
}
.AnyTagClassName
{
color: #905DC1;
}
</style>
background-color css
<style>
a { background-color: #905DC1; }
a { background-color: rgb(144,93,193); }
div.DivClassName
{
background-color: #905DC1;
}
.BgClassName
{
background-color: #905DC1;
}
</style>
border-color css
<style>
span { border-color: #905DC1; }
span { border-color: rgb(144,93,193); }
td.TdClassName
{
border-color: #905DC1;
}
.TagClassName
{
border-color: #905DC1;
}
</style>