Shades of Amethyst #905FC8
Tints of Amethyst #905FC8
RGB
CMYK
RGB Variations
Color information
#905FC8 (or 0x905FC8) is known color: Amethyst. HEX triplet: 90, 5F and C8. RGB value is (144,95,200). Sum of RGB (Red+Green+Blue) = 144+95+200=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #905FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FC8 is #6FA037. Grayscale: #797979. Windows color (decimal): -7315512 or 13131664. OLE color: 13131664.
HSL color Cylindrical-coordinate representation of color #905FC8: hue angle of 268º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905FC8 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 95 | 200 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.22 |
| HSL | 268º | 0.49% | 0.58% | - |
| HSV(B) | 268º | 0.53% | 0.78% | - |
| XYZ | 26.02 | 18.28 | 56.8 | - |
| YUV | 121.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 200 | 0.28 | 0.52 | 0 | 0.22 | 268 | 0.49 | 0.58 |
| Hex | 90 | 5F | C8 | 1C | 34 | 0 | 16 | 10C | 31 | 3A |
| Octal | 220 | 137 | 310 | 34 | 64 | 0 | 26 | 414 | 61 | 72 |
| Binary | 10010000 | 1011111 | 11001000 | 11100 | 110100 | 0 | 10110 | 100001100 | 110001 | 111010 |
Color Harmonies of #905FC8
Complementary color
Monochromatic Colors of #905FC8
Black with #905FC8
Text Example
Text Example
White with #905FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FC8; }
p { color: rgb(144,95,200); }
H1.HeaderClassName
{
color: #905FC8;
}
.AnyTagClassName
{
color: #905FC8;
}
</style>
background-color css
<style>
a { background-color: #905FC8; }
a { background-color: rgb(144,95,200); }
div.DivClassName
{
background-color: #905FC8;
}
.BgClassName
{
background-color: #905FC8;
}
</style>
border-color css
<style>
span { border-color: #905FC8; }
span { border-color: rgb(144,95,200); }
td.TdClassName
{
border-color: #905FC8;
}
.TagClassName
{
border-color: #905FC8;
}
</style>