Shades of Amethyst #985ADC
Tints of Amethyst #985ADC
RGB
CMYK
RGB Variations
Color information
#985ADC (or 0x985ADC) is known color: Amethyst. HEX triplet: 98, 5A and DC. RGB value is (152,90,220). Sum of RGB (Red+Green+Blue) = 152+90+220=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #985ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ADC is #67A523. Grayscale: #7A7A7A. Windows color (decimal): -6792484 or 14441112. OLE color: 14441112.
HSL color Cylindrical-coordinate representation of color #985ADC: hue angle of 268.62º 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 #985ADC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 90 | 220 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.14 |
| HSL | 268.62º | 0.65% | 0.61% | - |
| HSV(B) | 268.62º | 0.59% | 0.86% | - |
| XYZ | 29.52 | 19.16 | 69.85 | - |
| YUV | 123.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 220 | 0.31 | 0.59 | 0 | 0.14 | 268.62 | 0.65 | 0.61 |
| Hex | 98 | 5A | DC | 1F | 3B | 0 | E | 10D | 41 | 3D |
| Octal | 230 | 132 | 334 | 37 | 73 | 0 | 16 | 415 | 101 | 75 |
| Binary | 10011000 | 1011010 | 11011100 | 11111 | 111011 | 0 | 1110 | 100001101 | 1000001 | 111101 |
Color Harmonies of #985ADC
Complementary color
Monochromatic Colors of #985ADC
Black with #985ADC
Text Example
Text Example
White with #985ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985ADC; }
p { color: rgb(152,90,220); }
H1.HeaderClassName
{
color: #985ADC;
}
.AnyTagClassName
{
color: #985ADC;
}
</style>
background-color css
<style>
a { background-color: #985ADC; }
a { background-color: rgb(152,90,220); }
div.DivClassName
{
background-color: #985ADC;
}
.BgClassName
{
background-color: #985ADC;
}
</style>
border-color css
<style>
span { border-color: #985ADC; }
span { border-color: rgb(152,90,220); }
td.TdClassName
{
border-color: #985ADC;
}
.TagClassName
{
border-color: #985ADC;
}
</style>