Shades of Amethyst #986BD2
Tints of Amethyst #986BD2
RGB
CMYK
RGB Variations
Color information
#986BD2 (or 0x986BD2) is known color: Amethyst. HEX triplet: 98, 6B and D2. RGB value is (152,107,210). Sum of RGB (Red+Green+Blue) = 152+107+210=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #986BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986BD2 is #67942D. Grayscale: #838383. Windows color (decimal): -6788142 or 13790104. OLE color: 13790104.
HSL color Cylindrical-coordinate representation of color #986BD2: hue angle of 266.21º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986BD2 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 107 | 210 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.18 |
| HSL | 266.21º | 0.53% | 0.62% | - |
| HSV(B) | 266.21º | 0.49% | 0.82% | - |
| XYZ | 29.84 | 21.84 | 63.62 | - |
| YUV | 132.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 210 | 0.28 | 0.49 | 0 | 0.18 | 266.21 | 0.53 | 0.62 |
| Hex | 98 | 6B | D2 | 1C | 31 | 0 | 12 | 10A | 35 | 3E |
| Octal | 230 | 153 | 322 | 34 | 61 | 0 | 22 | 412 | 65 | 76 |
| Binary | 10011000 | 1101011 | 11010010 | 11100 | 110001 | 0 | 10010 | 100001010 | 110101 | 111110 |
Color Harmonies of #986BD2
Complementary color
Monochromatic Colors of #986BD2
Black with #986BD2
Text Example
Text Example
White with #986BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BD2; }
p { color: rgb(152,107,210); }
H1.HeaderClassName
{
color: #986BD2;
}
.AnyTagClassName
{
color: #986BD2;
}
</style>
background-color css
<style>
a { background-color: #986BD2; }
a { background-color: rgb(152,107,210); }
div.DivClassName
{
background-color: #986BD2;
}
.BgClassName
{
background-color: #986BD2;
}
</style>
border-color css
<style>
span { border-color: #986BD2; }
span { border-color: rgb(152,107,210); }
td.TdClassName
{
border-color: #986BD2;
}
.TagClassName
{
border-color: #986BD2;
}
</style>