Shades of Amethyst #9869D1
Tints of Amethyst #9869D1
RGB
CMYK
RGB Variations
Color information
#9869D1 (or 0x9869D1) is known color: Amethyst. HEX triplet: 98, 69 and D1. RGB value is (152,105,209). Sum of RGB (Red+Green+Blue) = 152+105+209=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #9869D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869D1 is #67962E. Grayscale: #828282. Windows color (decimal): -6788655 or 13724056. OLE color: 13724056.
HSL color Cylindrical-coordinate representation of color #9869D1: hue angle of 267.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9869D1 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 105 | 209 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.18 |
| HSL | 267.12º | 0.53% | 0.62% | - |
| HSV(B) | 267.12º | 0.5% | 0.82% | - |
| XYZ | 29.51 | 21.38 | 62.89 | - |
| YUV | 130.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 209 | 0.27 | 0.50 | 0 | 0.18 | 267.12 | 0.53 | 0.62 |
| Hex | 98 | 69 | D1 | 1B | 32 | 0 | 12 | 10B | 35 | 3E |
| Octal | 230 | 151 | 321 | 33 | 62 | 0 | 22 | 413 | 65 | 76 |
| Binary | 10011000 | 1101001 | 11010001 | 11011 | 110010 | 0 | 10010 | 100001011 | 110101 | 111110 |
Color Harmonies of #9869D1
Complementary color
Monochromatic Colors of #9869D1
Black with #9869D1
Text Example
Text Example
White with #9869D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869D1; }
p { color: rgb(152,105,209); }
H1.HeaderClassName
{
color: #9869D1;
}
.AnyTagClassName
{
color: #9869D1;
}
</style>
background-color css
<style>
a { background-color: #9869D1; }
a { background-color: rgb(152,105,209); }
div.DivClassName
{
background-color: #9869D1;
}
.BgClassName
{
background-color: #9869D1;
}
</style>
border-color css
<style>
span { border-color: #9869D1; }
span { border-color: rgb(152,105,209); }
td.TdClassName
{
border-color: #9869D1;
}
.TagClassName
{
border-color: #9869D1;
}
</style>