Shades of Amethyst #8D61CB
Tints of Amethyst #8D61CB
RGB
CMYK
RGB Variations
Color information
#8D61CB (or 0x8D61CB) is known color: Amethyst. HEX triplet: 8D, 61 and CB. RGB value is (141,97,203). Sum of RGB (Red+Green+Blue) = 141+97+203=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D61CB is #729E34. Grayscale: #797979. Windows color (decimal): -7511605 or 13328781. OLE color: 13328781.
HSL color Cylindrical-coordinate representation of color #8D61CB: hue angle of 264.91º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D61CB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 97 | 203 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.20 |
| HSL | 264.91º | 0.5% | 0.59% | - |
| HSV(B) | 264.91º | 0.52% | 0.8% | - |
| XYZ | 26.04 | 18.52 | 58.7 | - |
| YUV | 122.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 203 | 0.31 | 0.52 | 0 | 0.20 | 264.91 | 0.5 | 0.59 |
| Hex | 8D | 61 | CB | 1F | 34 | 0 | 14 | 109 | 32 | 3B |
| Octal | 215 | 141 | 313 | 37 | 64 | 0 | 24 | 411 | 62 | 73 |
| Binary | 10001101 | 1100001 | 11001011 | 11111 | 110100 | 0 | 10100 | 100001001 | 110010 | 111011 |
Color Harmonies of #8D61CB
Complementary color
Monochromatic Colors of #8D61CB
Black with #8D61CB
Text Example
Text Example
White with #8D61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D61CB; }
p { color: rgb(141,97,203); }
H1.HeaderClassName
{
color: #8D61CB;
}
.AnyTagClassName
{
color: #8D61CB;
}
</style>
background-color css
<style>
a { background-color: #8D61CB; }
a { background-color: rgb(141,97,203); }
div.DivClassName
{
background-color: #8D61CB;
}
.BgClassName
{
background-color: #8D61CB;
}
</style>
border-color css
<style>
span { border-color: #8D61CB; }
span { border-color: rgb(141,97,203); }
td.TdClassName
{
border-color: #8D61CB;
}
.TagClassName
{
border-color: #8D61CB;
}
</style>