Shades of Amethyst #8F53DC
Tints of Amethyst #8F53DC
RGB
CMYK
RGB Variations
Color information
#8F53DC (or 0x8F53DC) is known color: Amethyst. HEX triplet: 8F, 53 and DC. RGB value is (143,83,220). Sum of RGB (Red+Green+Blue) = 143+83+220=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F53DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F53DC is #70AC23. Grayscale: #747474. Windows color (decimal): -7384100 or 14439311. OLE color: 14439311.
HSL color Cylindrical-coordinate representation of color #8F53DC: hue angle of 266.28º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F53DC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 83 | 220 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.14 |
| HSL | 266.28º | 0.66% | 0.59% | - |
| HSV(B) | 266.28º | 0.62% | 0.86% | - |
| XYZ | 27.34 | 17.19 | 69.59 | - |
| YUV | 116.56 | 186.38 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 220 | 0.35 | 0.62 | 0 | 0.14 | 266.28 | 0.66 | 0.59 |
| Hex | 8F | 53 | DC | 23 | 3E | 0 | E | 10A | 42 | 3B |
| Octal | 217 | 123 | 334 | 43 | 76 | 0 | 16 | 412 | 102 | 73 |
| Binary | 10001111 | 1010011 | 11011100 | 100011 | 111110 | 0 | 1110 | 100001010 | 1000010 | 111011 |
Color Harmonies of #8F53DC
Complementary color
Monochromatic Colors of #8F53DC
Black with #8F53DC
Text Example
Text Example
White with #8F53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F53DC; }
p { color: rgb(143,83,220); }
H1.HeaderClassName
{
color: #8F53DC;
}
.AnyTagClassName
{
color: #8F53DC;
}
</style>
background-color css
<style>
a { background-color: #8F53DC; }
a { background-color: rgb(143,83,220); }
div.DivClassName
{
background-color: #8F53DC;
}
.BgClassName
{
background-color: #8F53DC;
}
</style>
border-color css
<style>
span { border-color: #8F53DC; }
span { border-color: rgb(143,83,220); }
td.TdClassName
{
border-color: #8F53DC;
}
.TagClassName
{
border-color: #8F53DC;
}
</style>