Shades of Amethyst #995CDC
Tints of Amethyst #995CDC
RGB
CMYK
RGB Variations
Color information
#995CDC (or 0x995CDC) is known color: Amethyst. HEX triplet: 99, 5C and DC. RGB value is (153,92,220). Sum of RGB (Red+Green+Blue) = 153+92+220=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #995CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CDC is #66A323. Grayscale: #7C7C7C. Windows color (decimal): -6726436 or 14441625. OLE color: 14441625.
HSL color Cylindrical-coordinate representation of color #995CDC: hue angle of 268.59º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995CDC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 92 | 220 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.14 |
| HSL | 268.59º | 0.65% | 0.61% | - |
| HSV(B) | 268.59º | 0.58% | 0.86% | - |
| XYZ | 29.88 | 19.59 | 69.92 | - |
| YUV | 124.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 220 | 0.30 | 0.58 | 0 | 0.14 | 268.59 | 0.65 | 0.61 |
| Hex | 99 | 5C | DC | 1E | 3A | 0 | E | 10D | 41 | 3D |
| Octal | 231 | 134 | 334 | 36 | 72 | 0 | 16 | 415 | 101 | 75 |
| Binary | 10011001 | 1011100 | 11011100 | 11110 | 111010 | 0 | 1110 | 100001101 | 1000001 | 111101 |
Color Harmonies of #995CDC
Complementary color
Monochromatic Colors of #995CDC
Black with #995CDC
Text Example
Text Example
White with #995CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CDC; }
p { color: rgb(153,92,220); }
H1.HeaderClassName
{
color: #995CDC;
}
.AnyTagClassName
{
color: #995CDC;
}
</style>
background-color css
<style>
a { background-color: #995CDC; }
a { background-color: rgb(153,92,220); }
div.DivClassName
{
background-color: #995CDC;
}
.BgClassName
{
background-color: #995CDC;
}
</style>
border-color css
<style>
span { border-color: #995CDC; }
span { border-color: rgb(153,92,220); }
td.TdClassName
{
border-color: #995CDC;
}
.TagClassName
{
border-color: #995CDC;
}
</style>