Shades of Amethyst #8D63CA
Tints of Amethyst #8D63CA
RGB
CMYK
RGB Variations
Color information
#8D63CA (or 0x8D63CA) is known color: Amethyst. HEX triplet: 8D, 63 and CA. RGB value is (141,99,202). Sum of RGB (Red+Green+Blue) = 141+99+202=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D63CA is #729C35. Grayscale: #7A7A7A. Windows color (decimal): -7511094 or 13263757. OLE color: 13263757.
HSL color Cylindrical-coordinate representation of color #8D63CA: hue angle of 264.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D63CA is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 99 | 202 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.21 |
| HSL | 264.47º | 0.49% | 0.59% | - |
| HSV(B) | 264.47º | 0.51% | 0.79% | - |
| XYZ | 26.11 | 18.85 | 58.14 | - |
| YUV | 123.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 202 | 0.30 | 0.51 | 0 | 0.21 | 264.47 | 0.49 | 0.59 |
| Hex | 8D | 63 | CA | 1E | 33 | 0 | 15 | 108 | 31 | 3B |
| Octal | 215 | 143 | 312 | 36 | 63 | 0 | 25 | 410 | 61 | 73 |
| Binary | 10001101 | 1100011 | 11001010 | 11110 | 110011 | 0 | 10101 | 100001000 | 110001 | 111011 |
Color Harmonies of #8D63CA
Complementary color
Monochromatic Colors of #8D63CA
Black with #8D63CA
Text Example
Text Example
White with #8D63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D63CA; }
p { color: rgb(141,99,202); }
H1.HeaderClassName
{
color: #8D63CA;
}
.AnyTagClassName
{
color: #8D63CA;
}
</style>
background-color css
<style>
a { background-color: #8D63CA; }
a { background-color: rgb(141,99,202); }
div.DivClassName
{
background-color: #8D63CA;
}
.BgClassName
{
background-color: #8D63CA;
}
</style>
border-color css
<style>
span { border-color: #8D63CA; }
span { border-color: rgb(141,99,202); }
td.TdClassName
{
border-color: #8D63CA;
}
.TagClassName
{
border-color: #8D63CA;
}
</style>