Shades of Amethyst #915CCD
Tints of Amethyst #915CCD
RGB
CMYK
RGB Variations
Color information
#915CCD (or 0x915CCD) is known color: Amethyst. HEX triplet: 91, 5C and CD. RGB value is (145,92,205). Sum of RGB (Red+Green+Blue) = 145+92+205=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #915CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CCD is #6EA332. Grayscale: #787878. Windows color (decimal): -7250739 or 13458577. OLE color: 13458577.
HSL color Cylindrical-coordinate representation of color #915CCD: hue angle of 268.14º 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 #915CCD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 92 | 205 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.20 |
| HSL | 268.14º | 0.53% | 0.58% | - |
| HSV(B) | 268.14º | 0.55% | 0.8% | - |
| XYZ | 26.52 | 18.08 | 59.85 | - |
| YUV | 120.73 | 175.56 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 205 | 0.29 | 0.55 | 0 | 0.20 | 268.14 | 0.53 | 0.58 |
| Hex | 91 | 5C | CD | 1D | 37 | 0 | 14 | 10C | 35 | 3A |
| Octal | 221 | 134 | 315 | 35 | 67 | 0 | 24 | 414 | 65 | 72 |
| Binary | 10010001 | 1011100 | 11001101 | 11101 | 110111 | 0 | 10100 | 100001100 | 110101 | 111010 |
Color Harmonies of #915CCD
Complementary color
Monochromatic Colors of #915CCD
Black with #915CCD
Text Example
Text Example
White with #915CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915CCD; }
p { color: rgb(145,92,205); }
H1.HeaderClassName
{
color: #915CCD;
}
.AnyTagClassName
{
color: #915CCD;
}
</style>
background-color css
<style>
a { background-color: #915CCD; }
a { background-color: rgb(145,92,205); }
div.DivClassName
{
background-color: #915CCD;
}
.BgClassName
{
background-color: #915CCD;
}
</style>
border-color css
<style>
span { border-color: #915CCD; }
span { border-color: rgb(145,92,205); }
td.TdClassName
{
border-color: #915CCD;
}
.TagClassName
{
border-color: #915CCD;
}
</style>