Shades of Amethyst #905FC1
Tints of Amethyst #905FC1
RGB
CMYK
RGB Variations
Color information
#905FC1 (or 0x905FC1) is known color: Amethyst. HEX triplet: 90, 5F and C1. RGB value is (144,95,193). Sum of RGB (Red+Green+Blue) = 144+95+193=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #905FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FC1 is #6FA03E. Grayscale: #787878. Windows color (decimal): -7315519 or 12672912. OLE color: 12672912.
HSL color Cylindrical-coordinate representation of color #905FC1: hue angle of 270º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905FC1 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 95 | 193 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.24 |
| HSL | 270º | 0.44% | 0.56% | - |
| HSV(B) | 270º | 0.51% | 0.76% | - |
| XYZ | 25.22 | 17.96 | 52.59 | - |
| YUV | 120.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 193 | 0.25 | 0.51 | 0 | 0.24 | 270 | 0.44 | 0.56 |
| Hex | 90 | 5F | C1 | 19 | 33 | 0 | 18 | 10E | 2C | 38 |
| Octal | 220 | 137 | 301 | 31 | 63 | 0 | 30 | 416 | 54 | 70 |
| Binary | 10010000 | 1011111 | 11000001 | 11001 | 110011 | 0 | 11000 | 100001110 | 101100 | 111000 |
Color Harmonies of #905FC1
Complementary color
Monochromatic Colors of #905FC1
Black with #905FC1
Text Example
Text Example
White with #905FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FC1; }
p { color: rgb(144,95,193); }
H1.HeaderClassName
{
color: #905FC1;
}
.AnyTagClassName
{
color: #905FC1;
}
</style>
background-color css
<style>
a { background-color: #905FC1; }
a { background-color: rgb(144,95,193); }
div.DivClassName
{
background-color: #905FC1;
}
.BgClassName
{
background-color: #905FC1;
}
</style>
border-color css
<style>
span { border-color: #905FC1; }
span { border-color: rgb(144,95,193); }
td.TdClassName
{
border-color: #905FC1;
}
.TagClassName
{
border-color: #905FC1;
}
</style>