Shades of Amethyst #9852DA
Tints of Amethyst #9852DA
RGB
CMYK
RGB Variations
Color information
#9852DA (or 0x9852DA) is known color: Amethyst. HEX triplet: 98, 52 and DA. RGB value is (152,82,218). Sum of RGB (Red+Green+Blue) = 152+82+218=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #9852DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852DA is #67AD25. Grayscale: #757575. Windows color (decimal): -6794534 or 14307992. OLE color: 14307992.
HSL color Cylindrical-coordinate representation of color #9852DA: hue angle of 270.88º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9852DA is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 82 | 218 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.15 |
| HSL | 270.88º | 0.65% | 0.59% | - |
| HSV(B) | 270.88º | 0.62% | 0.85% | - |
| XYZ | 28.62 | 17.77 | 68.25 | - |
| YUV | 118.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 218 | 0.30 | 0.62 | 0 | 0.15 | 270.88 | 0.65 | 0.59 |
| Hex | 98 | 52 | DA | 1E | 3E | 0 | F | 10F | 41 | 3B |
| Octal | 230 | 122 | 332 | 36 | 76 | 0 | 17 | 417 | 101 | 73 |
| Binary | 10011000 | 1010010 | 11011010 | 11110 | 111110 | 0 | 1111 | 100001111 | 1000001 | 111011 |
Color Harmonies of #9852DA
Complementary color
Monochromatic Colors of #9852DA
Black with #9852DA
Text Example
Text Example
White with #9852DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852DA; }
p { color: rgb(152,82,218); }
H1.HeaderClassName
{
color: #9852DA;
}
.AnyTagClassName
{
color: #9852DA;
}
</style>
background-color css
<style>
a { background-color: #9852DA; }
a { background-color: rgb(152,82,218); }
div.DivClassName
{
background-color: #9852DA;
}
.BgClassName
{
background-color: #9852DA;
}
</style>
border-color css
<style>
span { border-color: #9852DA; }
span { border-color: rgb(152,82,218); }
td.TdClassName
{
border-color: #9852DA;
}
.TagClassName
{
border-color: #9852DA;
}
</style>