Shades of Amethyst #995DC6
Tints of Amethyst #995DC6
RGB
CMYK
RGB Variations
Color information
#995DC6 (or 0x995DC6) is known color: Amethyst. HEX triplet: 99, 5D and C6. RGB value is (153,93,198). Sum of RGB (Red+Green+Blue) = 153+93+198=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #995DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DC6 is #66A239. Grayscale: #7A7A7A. Windows color (decimal): -6726202 or 13000089. OLE color: 13000089.
HSL color Cylindrical-coordinate representation of color #995DC6: hue angle of 274.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995DC6 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 93 | 198 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.22 |
| HSL | 274.29º | 0.48% | 0.57% | - |
| HSV(B) | 274.29º | 0.53% | 0.78% | - |
| XYZ | 27.24 | 18.68 | 55.6 | - |
| YUV | 122.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 198 | 0.23 | 0.53 | 0 | 0.22 | 274.29 | 0.48 | 0.57 |
| Hex | 99 | 5D | C6 | 17 | 35 | 0 | 16 | 112 | 30 | 39 |
| Octal | 231 | 135 | 306 | 27 | 65 | 0 | 26 | 422 | 60 | 71 |
| Binary | 10011001 | 1011101 | 11000110 | 10111 | 110101 | 0 | 10110 | 100010010 | 110000 | 111001 |
Color Harmonies of #995DC6
Complementary color
Monochromatic Colors of #995DC6
Black with #995DC6
Text Example
Text Example
White with #995DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DC6; }
p { color: rgb(153,93,198); }
H1.HeaderClassName
{
color: #995DC6;
}
.AnyTagClassName
{
color: #995DC6;
}
</style>
background-color css
<style>
a { background-color: #995DC6; }
a { background-color: rgb(153,93,198); }
div.DivClassName
{
background-color: #995DC6;
}
.BgClassName
{
background-color: #995DC6;
}
</style>
border-color css
<style>
span { border-color: #995DC6; }
span { border-color: rgb(153,93,198); }
td.TdClassName
{
border-color: #995DC6;
}
.TagClassName
{
border-color: #995DC6;
}
</style>