Shades of Amethyst #995BCE
Tints of Amethyst #995BCE
RGB
CMYK
RGB Variations
Color information
#995BCE (or 0x995BCE) is known color: Amethyst. HEX triplet: 99, 5B and CE. RGB value is (153,91,206). Sum of RGB (Red+Green+Blue) = 153+91+206=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #995BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BCE is #66A431. Grayscale: #7A7A7A. Windows color (decimal): -6726706 or 13523865. OLE color: 13523865.
HSL color Cylindrical-coordinate representation of color #995BCE: hue angle of 272.35º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995BCE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 91 | 206 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.19 |
| HSL | 272.35º | 0.54% | 0.58% | - |
| HSV(B) | 272.35º | 0.56% | 0.81% | - |
| XYZ | 28.02 | 18.71 | 60.53 | - |
| YUV | 122.65 | 175.04 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 206 | 0.26 | 0.56 | 0 | 0.19 | 272.35 | 0.54 | 0.58 |
| Hex | 99 | 5B | CE | 1A | 38 | 0 | 13 | 110 | 36 | 3A |
| Octal | 231 | 133 | 316 | 32 | 70 | 0 | 23 | 420 | 66 | 72 |
| Binary | 10011001 | 1011011 | 11001110 | 11010 | 111000 | 0 | 10011 | 100010000 | 110110 | 111010 |
Color Harmonies of #995BCE
Complementary color
Monochromatic Colors of #995BCE
Black with #995BCE
Text Example
Text Example
White with #995BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BCE; }
p { color: rgb(153,91,206); }
H1.HeaderClassName
{
color: #995BCE;
}
.AnyTagClassName
{
color: #995BCE;
}
</style>
background-color css
<style>
a { background-color: #995BCE; }
a { background-color: rgb(153,91,206); }
div.DivClassName
{
background-color: #995BCE;
}
.BgClassName
{
background-color: #995BCE;
}
</style>
border-color css
<style>
span { border-color: #995BCE; }
span { border-color: rgb(153,91,206); }
td.TdClassName
{
border-color: #995BCE;
}
.TagClassName
{
border-color: #995BCE;
}
</style>