Shades of Amethyst #9855DB
Tints of Amethyst #9855DB
RGB
CMYK
RGB Variations
Color information
#9855DB (or 0x9855DB) is known color: Amethyst. HEX triplet: 98, 55 and DB. RGB value is (152,85,219). Sum of RGB (Red+Green+Blue) = 152+85+219=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #9855DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855DB is #67AA24. Grayscale: #777777. Windows color (decimal): -6793765 or 14374296. OLE color: 14374296.
HSL color Cylindrical-coordinate representation of color #9855DB: hue angle of 270º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9855DB is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 85 | 219 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.14 |
| HSL | 270º | 0.65% | 0.6% | - |
| HSV(B) | 270º | 0.61% | 0.86% | - |
| XYZ | 28.98 | 18.29 | 69.02 | - |
| YUV | 120.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 219 | 0.31 | 0.61 | 0 | 0.14 | 270 | 0.65 | 0.6 |
| Hex | 98 | 55 | DB | 1F | 3D | 0 | E | 10E | 41 | 3C |
| Octal | 230 | 125 | 333 | 37 | 75 | 0 | 16 | 416 | 101 | 74 |
| Binary | 10011000 | 1010101 | 11011011 | 11111 | 111101 | 0 | 1110 | 100001110 | 1000001 | 111100 |
Color Harmonies of #9855DB
Complementary color
Monochromatic Colors of #9855DB
Black with #9855DB
Text Example
Text Example
White with #9855DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855DB; }
p { color: rgb(152,85,219); }
H1.HeaderClassName
{
color: #9855DB;
}
.AnyTagClassName
{
color: #9855DB;
}
</style>
background-color css
<style>
a { background-color: #9855DB; }
a { background-color: rgb(152,85,219); }
div.DivClassName
{
background-color: #9855DB;
}
.BgClassName
{
background-color: #9855DB;
}
</style>
border-color css
<style>
span { border-color: #9855DB; }
span { border-color: rgb(152,85,219); }
td.TdClassName
{
border-color: #9855DB;
}
.TagClassName
{
border-color: #9855DB;
}
</style>