Shades of Amethyst #9862DB
Tints of Amethyst #9862DB
RGB
CMYK
RGB Variations
Color information
#9862DB (or 0x9862DB) is known color: Amethyst. HEX triplet: 98, 62 and DB. RGB value is (152,98,219). Sum of RGB (Red+Green+Blue) = 152+98+219=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #9862DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862DB is #679D24. Grayscale: #7F7F7F. Windows color (decimal): -6790437 or 14377624. OLE color: 14377624.
HSL color Cylindrical-coordinate representation of color #9862DB: hue angle of 266.78º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9862DB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 98 | 219 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.14 |
| HSL | 266.78º | 0.63% | 0.62% | - |
| HSV(B) | 266.78º | 0.55% | 0.86% | - |
| XYZ | 30.1 | 20.53 | 69.39 | - |
| YUV | 127.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 219 | 0.31 | 0.55 | 0 | 0.14 | 266.78 | 0.63 | 0.62 |
| Hex | 98 | 62 | DB | 1F | 37 | 0 | E | 10B | 3F | 3E |
| Octal | 230 | 142 | 333 | 37 | 67 | 0 | 16 | 413 | 77 | 76 |
| Binary | 10011000 | 1100010 | 11011011 | 11111 | 110111 | 0 | 1110 | 100001011 | 111111 | 111110 |
Color Harmonies of #9862DB
Complementary color
Monochromatic Colors of #9862DB
Black with #9862DB
Text Example
Text Example
White with #9862DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9862DB; }
p { color: rgb(152,98,219); }
H1.HeaderClassName
{
color: #9862DB;
}
.AnyTagClassName
{
color: #9862DB;
}
</style>
background-color css
<style>
a { background-color: #9862DB; }
a { background-color: rgb(152,98,219); }
div.DivClassName
{
background-color: #9862DB;
}
.BgClassName
{
background-color: #9862DB;
}
</style>
border-color css
<style>
span { border-color: #9862DB; }
span { border-color: rgb(152,98,219); }
td.TdClassName
{
border-color: #9862DB;
}
.TagClassName
{
border-color: #9862DB;
}
</style>