Shades of Amethyst #8F64CE
Tints of Amethyst #8F64CE
RGB
CMYK
RGB Variations
Color information
#8F64CE (or 0x8F64CE) is known color: Amethyst. HEX triplet: 8F, 64 and CE. RGB value is (143,100,206). Sum of RGB (Red+Green+Blue) = 143+100+206=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F64CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64CE is #709B31. Grayscale: #7C7C7C. Windows color (decimal): -7379762 or 13526159. OLE color: 13526159.
HSL color Cylindrical-coordinate representation of color #8F64CE: hue angle of 264.34º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F64CE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 100 | 206 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.19 |
| HSL | 264.34º | 0.52% | 0.6% | - |
| HSV(B) | 264.34º | 0.51% | 0.81% | - |
| XYZ | 27.03 | 19.41 | 60.71 | - |
| YUV | 124.94 | 173.75 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 206 | 0.31 | 0.51 | 0 | 0.19 | 264.34 | 0.52 | 0.6 |
| Hex | 8F | 64 | CE | 1F | 33 | 0 | 13 | 108 | 34 | 3C |
| Octal | 217 | 144 | 316 | 37 | 63 | 0 | 23 | 410 | 64 | 74 |
| Binary | 10001111 | 1100100 | 11001110 | 11111 | 110011 | 0 | 10011 | 100001000 | 110100 | 111100 |
Color Harmonies of #8F64CE
Complementary color
Monochromatic Colors of #8F64CE
Black with #8F64CE
Text Example
Text Example
White with #8F64CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64CE; }
p { color: rgb(143,100,206); }
H1.HeaderClassName
{
color: #8F64CE;
}
.AnyTagClassName
{
color: #8F64CE;
}
</style>
background-color css
<style>
a { background-color: #8F64CE; }
a { background-color: rgb(143,100,206); }
div.DivClassName
{
background-color: #8F64CE;
}
.BgClassName
{
background-color: #8F64CE;
}
</style>
border-color css
<style>
span { border-color: #8F64CE; }
span { border-color: rgb(143,100,206); }
td.TdClassName
{
border-color: #8F64CE;
}
.TagClassName
{
border-color: #8F64CE;
}
</style>