Shades of Amethyst #9863D7
Tints of Amethyst #9863D7
RGB
CMYK
RGB Variations
Color information
#9863D7 (or 0x9863D7) is known color: Amethyst. HEX triplet: 98, 63 and D7. RGB value is (152,99,215). Sum of RGB (Red+Green+Blue) = 152+99+215=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #9863D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9863D7 is #679C28. Grayscale: #7F7F7F. Windows color (decimal): -6790185 or 14115736. OLE color: 14115736.
HSL color Cylindrical-coordinate representation of color #9863D7: hue angle of 267.41º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9863D7 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 99 | 215 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.16 |
| HSL | 267.41º | 0.59% | 0.62% | - |
| HSV(B) | 267.41º | 0.54% | 0.84% | - |
| XYZ | 29.68 | 20.51 | 66.68 | - |
| YUV | 128.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 215 | 0.29 | 0.54 | 0 | 0.16 | 267.41 | 0.59 | 0.62 |
| Hex | 98 | 63 | D7 | 1D | 36 | 0 | 10 | 10B | 3B | 3E |
| Octal | 230 | 143 | 327 | 35 | 66 | 0 | 20 | 413 | 73 | 76 |
| Binary | 10011000 | 1100011 | 11010111 | 11101 | 110110 | 0 | 10000 | 100001011 | 111011 | 111110 |
Color Harmonies of #9863D7
Complementary color
Monochromatic Colors of #9863D7
Black with #9863D7
Text Example
Text Example
White with #9863D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9863D7; }
p { color: rgb(152,99,215); }
H1.HeaderClassName
{
color: #9863D7;
}
.AnyTagClassName
{
color: #9863D7;
}
</style>
background-color css
<style>
a { background-color: #9863D7; }
a { background-color: rgb(152,99,215); }
div.DivClassName
{
background-color: #9863D7;
}
.BgClassName
{
background-color: #9863D7;
}
</style>
border-color css
<style>
span { border-color: #9863D7; }
span { border-color: rgb(152,99,215); }
td.TdClassName
{
border-color: #9863D7;
}
.TagClassName
{
border-color: #9863D7;
}
</style>