Shades of Amethyst #8C56DB
Tints of Amethyst #8C56DB
RGB
CMYK
RGB Variations
Color information
#8C56DB (or 0x8C56DB) is known color: Amethyst. HEX triplet: 8C, 56 and DB. RGB value is (140,86,219). Sum of RGB (Red+Green+Blue) = 140+86+219=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56DB is #73A924. Grayscale: #747474. Windows color (decimal): -7579941 or 14374540. OLE color: 14374540.
HSL color Cylindrical-coordinate representation of color #8C56DB: hue angle of 264.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C56DB is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 86 | 219 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.14 |
| HSL | 264.36º | 0.65% | 0.6% | - |
| HSV(B) | 264.36º | 0.61% | 0.86% | - |
| XYZ | 26.93 | 17.35 | 68.95 | - |
| YUV | 117.31 | 185.39 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 219 | 0.36 | 0.61 | 0 | 0.14 | 264.36 | 0.65 | 0.6 |
| Hex | 8C | 56 | DB | 24 | 3D | 0 | E | 108 | 41 | 3C |
| Octal | 214 | 126 | 333 | 44 | 75 | 0 | 16 | 410 | 101 | 74 |
| Binary | 10001100 | 1010110 | 11011011 | 100100 | 111101 | 0 | 1110 | 100001000 | 1000001 | 111100 |
Color Harmonies of #8C56DB
Complementary color
Monochromatic Colors of #8C56DB
Black with #8C56DB
Text Example
Text Example
White with #8C56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C56DB; }
p { color: rgb(140,86,219); }
H1.HeaderClassName
{
color: #8C56DB;
}
.AnyTagClassName
{
color: #8C56DB;
}
</style>
background-color css
<style>
a { background-color: #8C56DB; }
a { background-color: rgb(140,86,219); }
div.DivClassName
{
background-color: #8C56DB;
}
.BgClassName
{
background-color: #8C56DB;
}
</style>
border-color css
<style>
span { border-color: #8C56DB; }
span { border-color: rgb(140,86,219); }
td.TdClassName
{
border-color: #8C56DB;
}
.TagClassName
{
border-color: #8C56DB;
}
</style>