Shades of Amethyst #995BDD
Tints of Amethyst #995BDD
RGB
CMYK
RGB Variations
Color information
#995BDD (or 0x995BDD) is known color: Amethyst. HEX triplet: 99, 5B and DD. RGB value is (153,91,221). Sum of RGB (Red+Green+Blue) = 153+91+221=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #995BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BDD is #66A422. Grayscale: #7B7B7B. Windows color (decimal): -6726691 or 14506905. OLE color: 14506905.
HSL color Cylindrical-coordinate representation of color #995BDD: hue angle of 268.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #995BDD is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 91 | 221 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.13 |
| HSL | 268.62º | 0.66% | 0.61% | - |
| HSV(B) | 268.62º | 0.59% | 0.87% | - |
| XYZ | 29.93 | 19.47 | 70.59 | - |
| YUV | 124.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 221 | 0.31 | 0.59 | 0 | 0.13 | 268.62 | 0.66 | 0.61 |
| Hex | 99 | 5B | DD | 1F | 3B | 0 | D | 10D | 42 | 3D |
| Octal | 231 | 133 | 335 | 37 | 73 | 0 | 15 | 415 | 102 | 75 |
| Binary | 10011001 | 1011011 | 11011101 | 11111 | 111011 | 0 | 1101 | 100001101 | 1000010 | 111101 |
Color Harmonies of #995BDD
Complementary color
Monochromatic Colors of #995BDD
Black with #995BDD
Text Example
Text Example
White with #995BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BDD; }
p { color: rgb(153,91,221); }
H1.HeaderClassName
{
color: #995BDD;
}
.AnyTagClassName
{
color: #995BDD;
}
</style>
background-color css
<style>
a { background-color: #995BDD; }
a { background-color: rgb(153,91,221); }
div.DivClassName
{
background-color: #995BDD;
}
.BgClassName
{
background-color: #995BDD;
}
</style>
border-color css
<style>
span { border-color: #995BDD; }
span { border-color: rgb(153,91,221); }
td.TdClassName
{
border-color: #995BDD;
}
.TagClassName
{
border-color: #995BDD;
}
</style>