Shades of Amethyst #995CCE
Tints of Amethyst #995CCE
RGB
CMYK
RGB Variations
Color information
#995CCE (or 0x995CCE) is known color: Amethyst. HEX triplet: 99, 5C and CE. RGB value is (153,92,206). Sum of RGB (Red+Green+Blue) = 153+92+206=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #995CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CCE is #66A331. Grayscale: #7A7A7A. Windows color (decimal): -6726450 or 13524121. OLE color: 13524121.
HSL color Cylindrical-coordinate representation of color #995CCE: hue angle of 272.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995CCE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 92 | 206 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.19 |
| HSL | 272.11º | 0.54% | 0.58% | - |
| HSV(B) | 272.11º | 0.55% | 0.81% | - |
| XYZ | 28.1 | 18.88 | 60.56 | - |
| YUV | 123.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 206 | 0.26 | 0.55 | 0 | 0.19 | 272.11 | 0.54 | 0.58 |
| Hex | 99 | 5C | CE | 1A | 37 | 0 | 13 | 110 | 36 | 3A |
| Octal | 231 | 134 | 316 | 32 | 67 | 0 | 23 | 420 | 66 | 72 |
| Binary | 10011001 | 1011100 | 11001110 | 11010 | 110111 | 0 | 10011 | 100010000 | 110110 | 111010 |
Color Harmonies of #995CCE
Complementary color
Monochromatic Colors of #995CCE
Black with #995CCE
Text Example
Text Example
White with #995CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CCE; }
p { color: rgb(153,92,206); }
H1.HeaderClassName
{
color: #995CCE;
}
.AnyTagClassName
{
color: #995CCE;
}
</style>
background-color css
<style>
a { background-color: #995CCE; }
a { background-color: rgb(153,92,206); }
div.DivClassName
{
background-color: #995CCE;
}
.BgClassName
{
background-color: #995CCE;
}
</style>
border-color css
<style>
span { border-color: #995CCE; }
span { border-color: rgb(153,92,206); }
td.TdClassName
{
border-color: #995CCE;
}
.TagClassName
{
border-color: #995CCE;
}
</style>