Shades of Amethyst #9854DC
Tints of Amethyst #9854DC
RGB
CMYK
RGB Variations
Color information
#9854DC (or 0x9854DC) is known color: Amethyst. HEX triplet: 98, 54 and DC. RGB value is (152,84,220). Sum of RGB (Red+Green+Blue) = 152+84+220=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #9854DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854DC is #67AB23. Grayscale: #777777. Windows color (decimal): -6794020 or 14439576. OLE color: 14439576.
HSL color Cylindrical-coordinate representation of color #9854DC: hue angle of 270º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9854DC is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 84 | 220 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.14 |
| HSL | 270º | 0.66% | 0.6% | - |
| HSV(B) | 270º | 0.62% | 0.86% | - |
| XYZ | 29.04 | 18.18 | 69.69 | - |
| YUV | 119.84 | 184.53 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 220 | 0.31 | 0.62 | 0 | 0.14 | 270 | 0.66 | 0.6 |
| Hex | 98 | 54 | DC | 1F | 3E | 0 | E | 10E | 42 | 3C |
| Octal | 230 | 124 | 334 | 37 | 76 | 0 | 16 | 416 | 102 | 74 |
| Binary | 10011000 | 1010100 | 11011100 | 11111 | 111110 | 0 | 1110 | 100001110 | 1000010 | 111100 |
Color Harmonies of #9854DC
Complementary color
Monochromatic Colors of #9854DC
Black with #9854DC
Text Example
Text Example
White with #9854DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9854DC; }
p { color: rgb(152,84,220); }
H1.HeaderClassName
{
color: #9854DC;
}
.AnyTagClassName
{
color: #9854DC;
}
</style>
background-color css
<style>
a { background-color: #9854DC; }
a { background-color: rgb(152,84,220); }
div.DivClassName
{
background-color: #9854DC;
}
.BgClassName
{
background-color: #9854DC;
}
</style>
border-color css
<style>
span { border-color: #9854DC; }
span { border-color: rgb(152,84,220); }
td.TdClassName
{
border-color: #9854DC;
}
.TagClassName
{
border-color: #9854DC;
}
</style>