Shades of Amethyst #8F64CD
Tints of Amethyst #8F64CD
RGB
CMYK
RGB Variations
Color information
#8F64CD (or 0x8F64CD) is known color: Amethyst. HEX triplet: 8F, 64 and CD. RGB value is (143,100,205). Sum of RGB (Red+Green+Blue) = 143+100+205=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F64CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64CD is #709B32. Grayscale: #7C7C7C. Windows color (decimal): -7379763 or 13460623. OLE color: 13460623.
HSL color Cylindrical-coordinate representation of color #8F64CD: hue angle of 264.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F64CD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 100 | 205 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.20 |
| HSL | 264.57º | 0.51% | 0.6% | - |
| HSV(B) | 264.57º | 0.51% | 0.8% | - |
| XYZ | 26.9 | 19.36 | 60.08 | - |
| YUV | 124.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 205 | 0.30 | 0.51 | 0 | 0.20 | 264.57 | 0.51 | 0.6 |
| Hex | 8F | 64 | CD | 1E | 33 | 0 | 14 | 109 | 33 | 3C |
| Octal | 217 | 144 | 315 | 36 | 63 | 0 | 24 | 411 | 63 | 74 |
| Binary | 10001111 | 1100100 | 11001101 | 11110 | 110011 | 0 | 10100 | 100001001 | 110011 | 111100 |
Color Harmonies of #8F64CD
Complementary color
Monochromatic Colors of #8F64CD
Black with #8F64CD
Text Example
Text Example
White with #8F64CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64CD; }
p { color: rgb(143,100,205); }
H1.HeaderClassName
{
color: #8F64CD;
}
.AnyTagClassName
{
color: #8F64CD;
}
</style>
background-color css
<style>
a { background-color: #8F64CD; }
a { background-color: rgb(143,100,205); }
div.DivClassName
{
background-color: #8F64CD;
}
.BgClassName
{
background-color: #8F64CD;
}
</style>
border-color css
<style>
span { border-color: #8F64CD; }
span { border-color: rgb(143,100,205); }
td.TdClassName
{
border-color: #8F64CD;
}
.TagClassName
{
border-color: #8F64CD;
}
</style>