Shades of Amethyst #995ECB
Tints of Amethyst #995ECB
RGB
CMYK
RGB Variations
Color information
#995ECB (or 0x995ECB) is known color: Amethyst. HEX triplet: 99, 5E and CB. RGB value is (153,94,203). Sum of RGB (Red+Green+Blue) = 153+94+203=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #995ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995ECB is #66A134. Grayscale: #7B7B7B. Windows color (decimal): -6725941 or 13328025. OLE color: 13328025.
HSL color Cylindrical-coordinate representation of color #995ECB: hue angle of 272.48º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995ECB is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 94 | 203 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.20 |
| HSL | 272.48º | 0.51% | 0.58% | - |
| HSV(B) | 272.48º | 0.54% | 0.8% | - |
| XYZ | 27.92 | 19.09 | 58.71 | - |
| YUV | 124.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 203 | 0.25 | 0.54 | 0 | 0.20 | 272.48 | 0.51 | 0.58 |
| Hex | 99 | 5E | CB | 19 | 36 | 0 | 14 | 110 | 33 | 3A |
| Octal | 231 | 136 | 313 | 31 | 66 | 0 | 24 | 420 | 63 | 72 |
| Binary | 10011001 | 1011110 | 11001011 | 11001 | 110110 | 0 | 10100 | 100010000 | 110011 | 111010 |
Color Harmonies of #995ECB
Complementary color
Monochromatic Colors of #995ECB
Black with #995ECB
Text Example
Text Example
White with #995ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995ECB; }
p { color: rgb(153,94,203); }
H1.HeaderClassName
{
color: #995ECB;
}
.AnyTagClassName
{
color: #995ECB;
}
</style>
background-color css
<style>
a { background-color: #995ECB; }
a { background-color: rgb(153,94,203); }
div.DivClassName
{
background-color: #995ECB;
}
.BgClassName
{
background-color: #995ECB;
}
</style>
border-color css
<style>
span { border-color: #995ECB; }
span { border-color: rgb(153,94,203); }
td.TdClassName
{
border-color: #995ECB;
}
.TagClassName
{
border-color: #995ECB;
}
</style>