Shades of Amethyst #9855D4
Tints of Amethyst #9855D4
RGB
CMYK
RGB Variations
Color information
#9855D4 (or 0x9855D4) is known color: Amethyst. HEX triplet: 98, 55 and D4. RGB value is (152,85,212). Sum of RGB (Red+Green+Blue) = 152+85+212=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #9855D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855D4 is #67AA2B. Grayscale: #777777. Windows color (decimal): -6793772 or 13915544. OLE color: 13915544.
HSL color Cylindrical-coordinate representation of color #9855D4: hue angle of 271.65º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9855D4 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 85 | 212 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.17 |
| HSL | 271.65º | 0.6% | 0.58% | - |
| HSV(B) | 271.65º | 0.6% | 0.83% | - |
| XYZ | 28.08 | 17.93 | 64.27 | - |
| YUV | 119.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 212 | 0.28 | 0.60 | 0 | 0.17 | 271.65 | 0.6 | 0.58 |
| Hex | 98 | 55 | D4 | 1C | 3C | 0 | 11 | 110 | 3C | 3A |
| Octal | 230 | 125 | 324 | 34 | 74 | 0 | 21 | 420 | 74 | 72 |
| Binary | 10011000 | 1010101 | 11010100 | 11100 | 111100 | 0 | 10001 | 100010000 | 111100 | 111010 |
Color Harmonies of #9855D4
Complementary color
Monochromatic Colors of #9855D4
Black with #9855D4
Text Example
Text Example
White with #9855D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855D4; }
p { color: rgb(152,85,212); }
H1.HeaderClassName
{
color: #9855D4;
}
.AnyTagClassName
{
color: #9855D4;
}
</style>
background-color css
<style>
a { background-color: #9855D4; }
a { background-color: rgb(152,85,212); }
div.DivClassName
{
background-color: #9855D4;
}
.BgClassName
{
background-color: #9855D4;
}
</style>
border-color css
<style>
span { border-color: #9855D4; }
span { border-color: rgb(152,85,212); }
td.TdClassName
{
border-color: #9855D4;
}
.TagClassName
{
border-color: #9855D4;
}
</style>