Shades of Amethyst #995CCD
Tints of Amethyst #995CCD
RGB
CMYK
RGB Variations
Color information
#995CCD (or 0x995CCD) is known color: Amethyst. HEX triplet: 99, 5C and CD. RGB value is (153,92,205). Sum of RGB (Red+Green+Blue) = 153+92+205=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #995CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CCD is #66A332. Grayscale: #7A7A7A. Windows color (decimal): -6726451 or 13458585. OLE color: 13458585.
HSL color Cylindrical-coordinate representation of color #995CCD: hue angle of 272.39º 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 #995CCD is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 92 | 205 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.20 |
| HSL | 272.39º | 0.53% | 0.58% | - |
| HSV(B) | 272.39º | 0.55% | 0.8% | - |
| XYZ | 27.98 | 18.83 | 59.92 | - |
| YUV | 123.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 205 | 0.25 | 0.55 | 0 | 0.20 | 272.39 | 0.53 | 0.58 |
| Hex | 99 | 5C | CD | 19 | 37 | 0 | 14 | 110 | 35 | 3A |
| Octal | 231 | 134 | 315 | 31 | 67 | 0 | 24 | 420 | 65 | 72 |
| Binary | 10011001 | 1011100 | 11001101 | 11001 | 110111 | 0 | 10100 | 100010000 | 110101 | 111010 |
Color Harmonies of #995CCD
Complementary color
Monochromatic Colors of #995CCD
Black with #995CCD
Text Example
Text Example
White with #995CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CCD; }
p { color: rgb(153,92,205); }
H1.HeaderClassName
{
color: #995CCD;
}
.AnyTagClassName
{
color: #995CCD;
}
</style>
background-color css
<style>
a { background-color: #995CCD; }
a { background-color: rgb(153,92,205); }
div.DivClassName
{
background-color: #995CCD;
}
.BgClassName
{
background-color: #995CCD;
}
</style>
border-color css
<style>
span { border-color: #995CCD; }
span { border-color: rgb(153,92,205); }
td.TdClassName
{
border-color: #995CCD;
}
.TagClassName
{
border-color: #995CCD;
}
</style>