Shades of Amethyst #995EC8
Tints of Amethyst #995EC8
RGB
CMYK
RGB Variations
Color information
#995EC8 (or 0x995EC8) is known color: Amethyst. HEX triplet: 99, 5E and C8. RGB value is (153,94,200). Sum of RGB (Red+Green+Blue) = 153+94+200=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #995EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EC8 is #66A137. Grayscale: #7B7B7B. Windows color (decimal): -6725944 or 13131417. OLE color: 13131417.
HSL color Cylindrical-coordinate representation of color #995EC8: hue angle of 273.4º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995EC8 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 94 | 200 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.22 |
| HSL | 273.4º | 0.49% | 0.58% | - |
| HSV(B) | 273.4º | 0.53% | 0.78% | - |
| XYZ | 27.56 | 18.95 | 56.85 | - |
| YUV | 123.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 200 | 0.24 | 0.53 | 0 | 0.22 | 273.4 | 0.49 | 0.58 |
| Hex | 99 | 5E | C8 | 18 | 35 | 0 | 16 | 111 | 31 | 3A |
| Octal | 231 | 136 | 310 | 30 | 65 | 0 | 26 | 421 | 61 | 72 |
| Binary | 10011001 | 1011110 | 11001000 | 11000 | 110101 | 0 | 10110 | 100010001 | 110001 | 111010 |
Color Harmonies of #995EC8
Complementary color
Monochromatic Colors of #995EC8
Black with #995EC8
Text Example
Text Example
White with #995EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EC8; }
p { color: rgb(153,94,200); }
H1.HeaderClassName
{
color: #995EC8;
}
.AnyTagClassName
{
color: #995EC8;
}
</style>
background-color css
<style>
a { background-color: #995EC8; }
a { background-color: rgb(153,94,200); }
div.DivClassName
{
background-color: #995EC8;
}
.BgClassName
{
background-color: #995EC8;
}
</style>
border-color css
<style>
span { border-color: #995EC8; }
span { border-color: rgb(153,94,200); }
td.TdClassName
{
border-color: #995EC8;
}
.TagClassName
{
border-color: #995EC8;
}
</style>