Shades of Amethyst #905FC9
Tints of Amethyst #905FC9
RGB
CMYK
RGB Variations
Color information
#905FC9 (or 0x905FC9) is known color: Amethyst. HEX triplet: 90, 5F and C9. RGB value is (144,95,201). Sum of RGB (Red+Green+Blue) = 144+95+201=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #905FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FC9 is #6FA036. Grayscale: #797979. Windows color (decimal): -7315511 or 13197200. OLE color: 13197200.
HSL color Cylindrical-coordinate representation of color #905FC9: hue angle of 267.74º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905FC9 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 95 | 201 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.21 |
| HSL | 267.74º | 0.5% | 0.58% | - |
| HSV(B) | 267.74º | 0.53% | 0.79% | - |
| XYZ | 26.14 | 18.33 | 57.42 | - |
| YUV | 121.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 201 | 0.28 | 0.53 | 0 | 0.21 | 267.74 | 0.5 | 0.58 |
| Hex | 90 | 5F | C9 | 1C | 35 | 0 | 15 | 10C | 32 | 3A |
| Octal | 220 | 137 | 311 | 34 | 65 | 0 | 25 | 414 | 62 | 72 |
| Binary | 10010000 | 1011111 | 11001001 | 11100 | 110101 | 0 | 10101 | 100001100 | 110010 | 111010 |
Color Harmonies of #905FC9
Complementary color
Monochromatic Colors of #905FC9
Black with #905FC9
Text Example
Text Example
White with #905FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FC9; }
p { color: rgb(144,95,201); }
H1.HeaderClassName
{
color: #905FC9;
}
.AnyTagClassName
{
color: #905FC9;
}
</style>
background-color css
<style>
a { background-color: #905FC9; }
a { background-color: rgb(144,95,201); }
div.DivClassName
{
background-color: #905FC9;
}
.BgClassName
{
background-color: #905FC9;
}
</style>
border-color css
<style>
span { border-color: #905FC9; }
span { border-color: rgb(144,95,201); }
td.TdClassName
{
border-color: #905FC9;
}
.TagClassName
{
border-color: #905FC9;
}
</style>