Shades of Amethyst #8F4BDC
Tints of Amethyst #8F4BDC
RGB
CMYK
RGB Variations
Color information
#8F4BDC (or 0x8F4BDC) is known color: Amethyst. HEX triplet: 8F, 4B and DC. RGB value is (143,75,220). Sum of RGB (Red+Green+Blue) = 143+75+220=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4BDC is #70B423. Grayscale: #6F6F6F. Windows color (decimal): -7386148 or 14437263. OLE color: 14437263.
HSL color Cylindrical-coordinate representation of color #8F4BDC: hue angle of 268.14º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F4BDC is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 75 | 220 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.14 |
| HSL | 268.14º | 0.67% | 0.58% | - |
| HSV(B) | 268.14º | 0.66% | 0.86% | - |
| XYZ | 26.76 | 16.04 | 69.4 | - |
| YUV | 111.86 | 189.03 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 220 | 0.35 | 0.66 | 0 | 0.14 | 268.14 | 0.67 | 0.58 |
| Hex | 8F | 4B | DC | 23 | 42 | 0 | E | 10C | 43 | 3A |
| Octal | 217 | 113 | 334 | 43 | 102 | 0 | 16 | 414 | 103 | 72 |
| Binary | 10001111 | 1001011 | 11011100 | 100011 | 1000010 | 0 | 1110 | 100001100 | 1000011 | 111010 |
Color Harmonies of #8F4BDC
Complementary color
Monochromatic Colors of #8F4BDC
Black with #8F4BDC
Text Example
Text Example
White with #8F4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4BDC; }
p { color: rgb(143,75,220); }
H1.HeaderClassName
{
color: #8F4BDC;
}
.AnyTagClassName
{
color: #8F4BDC;
}
</style>
background-color css
<style>
a { background-color: #8F4BDC; }
a { background-color: rgb(143,75,220); }
div.DivClassName
{
background-color: #8F4BDC;
}
.BgClassName
{
background-color: #8F4BDC;
}
</style>
border-color css
<style>
span { border-color: #8F4BDC; }
span { border-color: rgb(143,75,220); }
td.TdClassName
{
border-color: #8F4BDC;
}
.TagClassName
{
border-color: #8F4BDC;
}
</style>