Shades of Amethyst #905DC5
Tints of Amethyst #905DC5
RGB
CMYK
RGB Variations
Color information
#905DC5 (or 0x905DC5) is known color: Amethyst. HEX triplet: 90, 5D and C5. RGB value is (144,93,197). Sum of RGB (Red+Green+Blue) = 144+93+197=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #905DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DC5 is #6FA23A. Grayscale: #777777. Windows color (decimal): -7316027 or 12934544. OLE color: 12934544.
HSL color Cylindrical-coordinate representation of color #905DC5: hue angle of 269.42º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905DC5 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 93 | 197 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.23 |
| HSL | 269.42º | 0.47% | 0.57% | - |
| HSV(B) | 269.42º | 0.53% | 0.77% | - |
| XYZ | 25.49 | 17.79 | 54.91 | - |
| YUV | 120.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 197 | 0.27 | 0.53 | 0 | 0.23 | 269.42 | 0.47 | 0.57 |
| Hex | 90 | 5D | C5 | 1B | 35 | 0 | 17 | 10D | 2F | 39 |
| Octal | 220 | 135 | 305 | 33 | 65 | 0 | 27 | 415 | 57 | 71 |
| Binary | 10010000 | 1011101 | 11000101 | 11011 | 110101 | 0 | 10111 | 100001101 | 101111 | 111001 |
Color Harmonies of #905DC5
Complementary color
Monochromatic Colors of #905DC5
Black with #905DC5
Text Example
Text Example
White with #905DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DC5; }
p { color: rgb(144,93,197); }
H1.HeaderClassName
{
color: #905DC5;
}
.AnyTagClassName
{
color: #905DC5;
}
</style>
background-color css
<style>
a { background-color: #905DC5; }
a { background-color: rgb(144,93,197); }
div.DivClassName
{
background-color: #905DC5;
}
.BgClassName
{
background-color: #905DC5;
}
</style>
border-color css
<style>
span { border-color: #905DC5; }
span { border-color: rgb(144,93,197); }
td.TdClassName
{
border-color: #905DC5;
}
.TagClassName
{
border-color: #905DC5;
}
</style>