Shades of Amethyst #9852DB
Tints of Amethyst #9852DB
RGB
CMYK
RGB Variations
Color information
#9852DB (or 0x9852DB) is known color: Amethyst. HEX triplet: 98, 52 and DB. RGB value is (152,82,219). Sum of RGB (Red+Green+Blue) = 152+82+219=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #9852DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852DB is #67AD24. Grayscale: #767676. Windows color (decimal): -6794533 or 14373528. OLE color: 14373528.
HSL color Cylindrical-coordinate representation of color #9852DB: hue angle of 270.66º 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 #9852DB is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 82 | 219 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.14 |
| HSL | 270.66º | 0.66% | 0.59% | - |
| HSV(B) | 270.66º | 0.63% | 0.86% | - |
| XYZ | 28.75 | 17.82 | 68.94 | - |
| YUV | 118.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 219 | 0.31 | 0.63 | 0 | 0.14 | 270.66 | 0.66 | 0.59 |
| Hex | 98 | 52 | DB | 1F | 3F | 0 | E | 10F | 42 | 3B |
| Octal | 230 | 122 | 333 | 37 | 77 | 0 | 16 | 417 | 102 | 73 |
| Binary | 10011000 | 1010010 | 11011011 | 11111 | 111111 | 0 | 1110 | 100001111 | 1000010 | 111011 |
Color Harmonies of #9852DB
Complementary color
Monochromatic Colors of #9852DB
Black with #9852DB
Text Example
Text Example
White with #9852DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852DB; }
p { color: rgb(152,82,219); }
H1.HeaderClassName
{
color: #9852DB;
}
.AnyTagClassName
{
color: #9852DB;
}
</style>
background-color css
<style>
a { background-color: #9852DB; }
a { background-color: rgb(152,82,219); }
div.DivClassName
{
background-color: #9852DB;
}
.BgClassName
{
background-color: #9852DB;
}
</style>
border-color css
<style>
span { border-color: #9852DB; }
span { border-color: rgb(152,82,219); }
td.TdClassName
{
border-color: #9852DB;
}
.TagClassName
{
border-color: #9852DB;
}
</style>