Shades of Amethyst #9850DB
Tints of Amethyst #9850DB
RGB
CMYK
RGB Variations
Color information
#9850DB (or 0x9850DB) is known color: Amethyst. HEX triplet: 98, 50 and DB. RGB value is (152,80,219). Sum of RGB (Red+Green+Blue) = 152+80+219=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9850DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850DB is #67AF24. Grayscale: #747474. Windows color (decimal): -6795045 or 14373016. OLE color: 14373016.
HSL color Cylindrical-coordinate representation of color #9850DB: hue angle of 271.08º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9850DB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 80 | 219 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.14 |
| HSL | 271.08º | 0.66% | 0.59% | - |
| HSV(B) | 271.08º | 0.63% | 0.86% | - |
| XYZ | 28.6 | 17.53 | 68.89 | - |
| YUV | 117.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 219 | 0.31 | 0.63 | 0 | 0.14 | 271.08 | 0.66 | 0.59 |
| Hex | 98 | 50 | DB | 1F | 3F | 0 | E | 10F | 42 | 3B |
| Octal | 230 | 120 | 333 | 37 | 77 | 0 | 16 | 417 | 102 | 73 |
| Binary | 10011000 | 1010000 | 11011011 | 11111 | 111111 | 0 | 1110 | 100001111 | 1000010 | 111011 |
Color Harmonies of #9850DB
Complementary color
Monochromatic Colors of #9850DB
Black with #9850DB
Text Example
Text Example
White with #9850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9850DB; }
p { color: rgb(152,80,219); }
H1.HeaderClassName
{
color: #9850DB;
}
.AnyTagClassName
{
color: #9850DB;
}
</style>
background-color css
<style>
a { background-color: #9850DB; }
a { background-color: rgb(152,80,219); }
div.DivClassName
{
background-color: #9850DB;
}
.BgClassName
{
background-color: #9850DB;
}
</style>
border-color css
<style>
span { border-color: #9850DB; }
span { border-color: rgb(152,80,219); }
td.TdClassName
{
border-color: #9850DB;
}
.TagClassName
{
border-color: #9850DB;
}
</style>