Shades of Amethyst #985BDC
Tints of Amethyst #985BDC
RGB
CMYK
RGB Variations
Color information
#985BDC (or 0x985BDC) is known color: Amethyst. HEX triplet: 98, 5B and DC. RGB value is (152,91,220). Sum of RGB (Red+Green+Blue) = 152+91+220=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #985BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BDC is #67A423. Grayscale: #7B7B7B. Windows color (decimal): -6792228 or 14441368. OLE color: 14441368.
HSL color Cylindrical-coordinate representation of color #985BDC: hue angle of 268.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #985BDC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 91 | 220 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.14 |
| HSL | 268.37º | 0.65% | 0.61% | - |
| HSV(B) | 268.37º | 0.59% | 0.86% | - |
| XYZ | 29.61 | 19.32 | 69.88 | - |
| YUV | 123.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 220 | 0.31 | 0.59 | 0 | 0.14 | 268.37 | 0.65 | 0.61 |
| Hex | 98 | 5B | DC | 1F | 3B | 0 | E | 10C | 41 | 3D |
| Octal | 230 | 133 | 334 | 37 | 73 | 0 | 16 | 414 | 101 | 75 |
| Binary | 10011000 | 1011011 | 11011100 | 11111 | 111011 | 0 | 1110 | 100001100 | 1000001 | 111101 |
Color Harmonies of #985BDC
Complementary color
Monochromatic Colors of #985BDC
Black with #985BDC
Text Example
Text Example
White with #985BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BDC; }
p { color: rgb(152,91,220); }
H1.HeaderClassName
{
color: #985BDC;
}
.AnyTagClassName
{
color: #985BDC;
}
</style>
background-color css
<style>
a { background-color: #985BDC; }
a { background-color: rgb(152,91,220); }
div.DivClassName
{
background-color: #985BDC;
}
.BgClassName
{
background-color: #985BDC;
}
</style>
border-color css
<style>
span { border-color: #985BDC; }
span { border-color: rgb(152,91,220); }
td.TdClassName
{
border-color: #985BDC;
}
.TagClassName
{
border-color: #985BDC;
}
</style>