Shades of Amethyst #8C52DB
Tints of Amethyst #8C52DB
RGB
CMYK
RGB Variations
Color information
#8C52DB (or 0x8C52DB) is known color: Amethyst. HEX triplet: 8C, 52 and DB. RGB value is (140,82,219). Sum of RGB (Red+Green+Blue) = 140+82+219=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52DB is #73AD24. Grayscale: #727272. Windows color (decimal): -7580965 or 14373516. OLE color: 14373516.
HSL color Cylindrical-coordinate representation of color #8C52DB: hue angle of 265.4º 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 #8C52DB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 82 | 219 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.14 |
| HSL | 265.4º | 0.66% | 0.59% | - |
| HSV(B) | 265.4º | 0.63% | 0.86% | - |
| XYZ | 26.62 | 16.72 | 68.84 | - |
| YUV | 114.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 219 | 0.36 | 0.63 | 0 | 0.14 | 265.4 | 0.66 | 0.59 |
| Hex | 8C | 52 | DB | 24 | 3F | 0 | E | 109 | 42 | 3B |
| Octal | 214 | 122 | 333 | 44 | 77 | 0 | 16 | 411 | 102 | 73 |
| Binary | 10001100 | 1010010 | 11011011 | 100100 | 111111 | 0 | 1110 | 100001001 | 1000010 | 111011 |
Color Harmonies of #8C52DB
Complementary color
Monochromatic Colors of #8C52DB
Black with #8C52DB
Text Example
Text Example
White with #8C52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52DB; }
p { color: rgb(140,82,219); }
H1.HeaderClassName
{
color: #8C52DB;
}
.AnyTagClassName
{
color: #8C52DB;
}
</style>
background-color css
<style>
a { background-color: #8C52DB; }
a { background-color: rgb(140,82,219); }
div.DivClassName
{
background-color: #8C52DB;
}
.BgClassName
{
background-color: #8C52DB;
}
</style>
border-color css
<style>
span { border-color: #8C52DB; }
span { border-color: rgb(140,82,219); }
td.TdClassName
{
border-color: #8C52DB;
}
.TagClassName
{
border-color: #8C52DB;
}
</style>