Shades of Amethyst #8F55DB
Tints of Amethyst #8F55DB
RGB
CMYK
RGB Variations
Color information
#8F55DB (or 0x8F55DB) is known color: Amethyst. HEX triplet: 8F, 55 and DB. RGB value is (143,85,219). Sum of RGB (Red+Green+Blue) = 143+85+219=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F55DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F55DB is #70AA24. Grayscale: #757575. Windows color (decimal): -7383589 or 14374287. OLE color: 14374287.
HSL color Cylindrical-coordinate representation of color #8F55DB: hue angle of 265.97º 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 #8F55DB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 85 | 219 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.14 |
| HSL | 265.97º | 0.65% | 0.6% | - |
| HSV(B) | 265.97º | 0.61% | 0.86% | - |
| XYZ | 27.36 | 17.45 | 68.94 | - |
| YUV | 117.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 219 | 0.35 | 0.61 | 0 | 0.14 | 265.97 | 0.65 | 0.6 |
| Hex | 8F | 55 | DB | 23 | 3D | 0 | E | 10A | 41 | 3C |
| Octal | 217 | 125 | 333 | 43 | 75 | 0 | 16 | 412 | 101 | 74 |
| Binary | 10001111 | 1010101 | 11011011 | 100011 | 111101 | 0 | 1110 | 100001010 | 1000001 | 111100 |
Color Harmonies of #8F55DB
Complementary color
Monochromatic Colors of #8F55DB
Black with #8F55DB
Text Example
Text Example
White with #8F55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55DB; }
p { color: rgb(143,85,219); }
H1.HeaderClassName
{
color: #8F55DB;
}
.AnyTagClassName
{
color: #8F55DB;
}
</style>
background-color css
<style>
a { background-color: #8F55DB; }
a { background-color: rgb(143,85,219); }
div.DivClassName
{
background-color: #8F55DB;
}
.BgClassName
{
background-color: #8F55DB;
}
</style>
border-color css
<style>
span { border-color: #8F55DB; }
span { border-color: rgb(143,85,219); }
td.TdClassName
{
border-color: #8F55DB;
}
.TagClassName
{
border-color: #8F55DB;
}
</style>