Shades of Amethyst #995DDC
Tints of Amethyst #995DDC
RGB
CMYK
RGB Variations
Color information
#995DDC (or 0x995DDC) is known color: Amethyst. HEX triplet: 99, 5D and DC. RGB value is (153,93,220). Sum of RGB (Red+Green+Blue) = 153+93+220=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #995DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DDC is #66A223. Grayscale: #7C7C7C. Windows color (decimal): -6726180 or 14441881. OLE color: 14441881.
HSL color Cylindrical-coordinate representation of color #995DDC: hue angle of 268.35º degrees, saturation: 0.64, 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 #995DDC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 93 | 220 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.14 |
| HSL | 268.35º | 0.64% | 0.61% | - |
| HSV(B) | 268.35º | 0.58% | 0.86% | - |
| XYZ | 29.97 | 19.77 | 69.95 | - |
| YUV | 125.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 220 | 0.30 | 0.58 | 0 | 0.14 | 268.35 | 0.64 | 0.61 |
| Hex | 99 | 5D | DC | 1E | 3A | 0 | E | 10C | 40 | 3D |
| Octal | 231 | 135 | 334 | 36 | 72 | 0 | 16 | 414 | 100 | 75 |
| Binary | 10011001 | 1011101 | 11011100 | 11110 | 111010 | 0 | 1110 | 100001100 | 1000000 | 111101 |
Color Harmonies of #995DDC
Complementary color
Monochromatic Colors of #995DDC
Black with #995DDC
Text Example
Text Example
White with #995DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DDC; }
p { color: rgb(153,93,220); }
H1.HeaderClassName
{
color: #995DDC;
}
.AnyTagClassName
{
color: #995DDC;
}
</style>
background-color css
<style>
a { background-color: #995DDC; }
a { background-color: rgb(153,93,220); }
div.DivClassName
{
background-color: #995DDC;
}
.BgClassName
{
background-color: #995DDC;
}
</style>
border-color css
<style>
span { border-color: #995DDC; }
span { border-color: rgb(153,93,220); }
td.TdClassName
{
border-color: #995DDC;
}
.TagClassName
{
border-color: #995DDC;
}
</style>