Shades of Amethyst #8C63CF
Tints of Amethyst #8C63CF
RGB
CMYK
RGB Variations
Color information
#8C63CF (or 0x8C63CF) is known color: Amethyst. HEX triplet: 8C, 63 and CF. RGB value is (140,99,207). Sum of RGB (Red+Green+Blue) = 140+99+207=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C63CF is #739C30. Grayscale: #7B7B7B. Windows color (decimal): -7576625 or 13591436. OLE color: 13591436.
HSL color Cylindrical-coordinate representation of color #8C63CF: hue angle of 262.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C63CF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 99 | 207 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.19 |
| HSL | 262.78º | 0.53% | 0.6% | - |
| HSV(B) | 262.78º | 0.52% | 0.81% | - |
| XYZ | 26.54 | 19 | 61.3 | - |
| YUV | 123.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 207 | 0.32 | 0.52 | 0 | 0.19 | 262.78 | 0.53 | 0.6 |
| Hex | 8C | 63 | CF | 20 | 34 | 0 | 13 | 107 | 35 | 3C |
| Octal | 214 | 143 | 317 | 40 | 64 | 0 | 23 | 407 | 65 | 74 |
| Binary | 10001100 | 1100011 | 11001111 | 100000 | 110100 | 0 | 10011 | 100000111 | 110101 | 111100 |
Color Harmonies of #8C63CF
Complementary color
Monochromatic Colors of #8C63CF
Black with #8C63CF
Text Example
Text Example
White with #8C63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C63CF; }
p { color: rgb(140,99,207); }
H1.HeaderClassName
{
color: #8C63CF;
}
.AnyTagClassName
{
color: #8C63CF;
}
</style>
background-color css
<style>
a { background-color: #8C63CF; }
a { background-color: rgb(140,99,207); }
div.DivClassName
{
background-color: #8C63CF;
}
.BgClassName
{
background-color: #8C63CF;
}
</style>
border-color css
<style>
span { border-color: #8C63CF; }
span { border-color: rgb(140,99,207); }
td.TdClassName
{
border-color: #8C63CF;
}
.TagClassName
{
border-color: #8C63CF;
}
</style>