Shades of Amethyst #995ACD
Tints of Amethyst #995ACD
RGB
CMYK
RGB Variations
Color information
#995ACD (or 0x995ACD) is known color: Amethyst. HEX triplet: 99, 5A and CD. RGB value is (153,90,205). Sum of RGB (Red+Green+Blue) = 153+90+205=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #995ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ACD is #66A532. Grayscale: #797979. Windows color (decimal): -6726963 or 13458073. OLE color: 13458073.
HSL color Cylindrical-coordinate representation of color #995ACD: hue angle of 272.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995ACD is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 90 | 205 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.20 |
| HSL | 272.87º | 0.53% | 0.58% | - |
| HSV(B) | 272.87º | 0.56% | 0.8% | - |
| XYZ | 27.81 | 18.49 | 59.86 | - |
| YUV | 121.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 205 | 0.25 | 0.56 | 0 | 0.20 | 272.87 | 0.53 | 0.58 |
| Hex | 99 | 5A | CD | 19 | 38 | 0 | 14 | 111 | 35 | 3A |
| Octal | 231 | 132 | 315 | 31 | 70 | 0 | 24 | 421 | 65 | 72 |
| Binary | 10011001 | 1011010 | 11001101 | 11001 | 111000 | 0 | 10100 | 100010001 | 110101 | 111010 |
Color Harmonies of #995ACD
Complementary color
Monochromatic Colors of #995ACD
Black with #995ACD
Text Example
Text Example
White with #995ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995ACD; }
p { color: rgb(153,90,205); }
H1.HeaderClassName
{
color: #995ACD;
}
.AnyTagClassName
{
color: #995ACD;
}
</style>
background-color css
<style>
a { background-color: #995ACD; }
a { background-color: rgb(153,90,205); }
div.DivClassName
{
background-color: #995ACD;
}
.BgClassName
{
background-color: #995ACD;
}
</style>
border-color css
<style>
span { border-color: #995ACD; }
span { border-color: rgb(153,90,205); }
td.TdClassName
{
border-color: #995ACD;
}
.TagClassName
{
border-color: #995ACD;
}
</style>