Shades of Amethyst #905CCD
Tints of Amethyst #905CCD
RGB
CMYK
RGB Variations
Color information
#905CCD (or 0x905CCD) is known color: Amethyst. HEX triplet: 90, 5C and CD. RGB value is (144,92,205). Sum of RGB (Red+Green+Blue) = 144+92+205=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #905CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CCD is #6FA332. Grayscale: #787878. Windows color (decimal): -7316275 or 13458576. OLE color: 13458576.
HSL color Cylindrical-coordinate representation of color #905CCD: hue angle of 267.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905CCD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 92 | 205 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.20 |
| HSL | 267.61º | 0.53% | 0.58% | - |
| HSV(B) | 267.61º | 0.55% | 0.8% | - |
| XYZ | 26.35 | 17.99 | 59.84 | - |
| YUV | 120.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 205 | 0.30 | 0.55 | 0 | 0.20 | 267.61 | 0.53 | 0.58 |
| Hex | 90 | 5C | CD | 1E | 37 | 0 | 14 | 10C | 35 | 3A |
| Octal | 220 | 134 | 315 | 36 | 67 | 0 | 24 | 414 | 65 | 72 |
| Binary | 10010000 | 1011100 | 11001101 | 11110 | 110111 | 0 | 10100 | 100001100 | 110101 | 111010 |
Color Harmonies of #905CCD
Complementary color
Monochromatic Colors of #905CCD
Black with #905CCD
Text Example
Text Example
White with #905CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CCD; }
p { color: rgb(144,92,205); }
H1.HeaderClassName
{
color: #905CCD;
}
.AnyTagClassName
{
color: #905CCD;
}
</style>
background-color css
<style>
a { background-color: #905CCD; }
a { background-color: rgb(144,92,205); }
div.DivClassName
{
background-color: #905CCD;
}
.BgClassName
{
background-color: #905CCD;
}
</style>
border-color css
<style>
span { border-color: #905CCD; }
span { border-color: rgb(144,92,205); }
td.TdClassName
{
border-color: #905CCD;
}
.TagClassName
{
border-color: #905CCD;
}
</style>