Shades of Amethyst #905DC7
Tints of Amethyst #905DC7
RGB
CMYK
RGB Variations
Color information
#905DC7 (or 0x905DC7) is known color: Amethyst. HEX triplet: 90, 5D and C7. RGB value is (144,93,199). Sum of RGB (Red+Green+Blue) = 144+93+199=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #905DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DC7 is #6FA238. Grayscale: #777777. Windows color (decimal): -7316025 or 13065616. OLE color: 13065616.
HSL color Cylindrical-coordinate representation of color #905DC7: hue angle of 268.87º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905DC7 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 93 | 199 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.22 |
| HSL | 268.87º | 0.49% | 0.57% | - |
| HSV(B) | 268.87º | 0.53% | 0.78% | - |
| XYZ | 25.72 | 17.88 | 56.13 | - |
| YUV | 120.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 199 | 0.28 | 0.53 | 0 | 0.22 | 268.87 | 0.49 | 0.57 |
| Hex | 90 | 5D | C7 | 1C | 35 | 0 | 16 | 10D | 31 | 39 |
| Octal | 220 | 135 | 307 | 34 | 65 | 0 | 26 | 415 | 61 | 71 |
| Binary | 10010000 | 1011101 | 11000111 | 11100 | 110101 | 0 | 10110 | 100001101 | 110001 | 111001 |
Color Harmonies of #905DC7
Complementary color
Monochromatic Colors of #905DC7
Black with #905DC7
Text Example
Text Example
White with #905DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DC7; }
p { color: rgb(144,93,199); }
H1.HeaderClassName
{
color: #905DC7;
}
.AnyTagClassName
{
color: #905DC7;
}
</style>
background-color css
<style>
a { background-color: #905DC7; }
a { background-color: rgb(144,93,199); }
div.DivClassName
{
background-color: #905DC7;
}
.BgClassName
{
background-color: #905DC7;
}
</style>
border-color css
<style>
span { border-color: #905DC7; }
span { border-color: rgb(144,93,199); }
td.TdClassName
{
border-color: #905DC7;
}
.TagClassName
{
border-color: #905DC7;
}
</style>