Shades of Amethyst #9861DC
Tints of Amethyst #9861DC
RGB
CMYK
RGB Variations
Color information
#9861DC (or 0x9861DC) is known color: Amethyst. HEX triplet: 98, 61 and DC. RGB value is (152,97,220). Sum of RGB (Red+Green+Blue) = 152+97+220=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9861DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9861DC is #679E23. Grayscale: #7F7F7F. Windows color (decimal): -6790692 or 14442904. OLE color: 14442904.
HSL color Cylindrical-coordinate representation of color #9861DC: hue angle of 266.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9861DC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 97 | 220 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.14 |
| HSL | 266.83º | 0.64% | 0.62% | - |
| HSV(B) | 266.83º | 0.56% | 0.86% | - |
| XYZ | 30.14 | 20.39 | 70.06 | - |
| YUV | 127.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 220 | 0.31 | 0.56 | 0 | 0.14 | 266.83 | 0.64 | 0.62 |
| Hex | 98 | 61 | DC | 1F | 38 | 0 | E | 10B | 40 | 3E |
| Octal | 230 | 141 | 334 | 37 | 70 | 0 | 16 | 413 | 100 | 76 |
| Binary | 10011000 | 1100001 | 11011100 | 11111 | 111000 | 0 | 1110 | 100001011 | 1000000 | 111110 |
Color Harmonies of #9861DC
Complementary color
Monochromatic Colors of #9861DC
Black with #9861DC
Text Example
Text Example
White with #9861DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9861DC; }
p { color: rgb(152,97,220); }
H1.HeaderClassName
{
color: #9861DC;
}
.AnyTagClassName
{
color: #9861DC;
}
</style>
background-color css
<style>
a { background-color: #9861DC; }
a { background-color: rgb(152,97,220); }
div.DivClassName
{
background-color: #9861DC;
}
.BgClassName
{
background-color: #9861DC;
}
</style>
border-color css
<style>
span { border-color: #9861DC; }
span { border-color: rgb(152,97,220); }
td.TdClassName
{
border-color: #9861DC;
}
.TagClassName
{
border-color: #9861DC;
}
</style>