Shades of Amethyst #8F61CB
Tints of Amethyst #8F61CB
RGB
CMYK
RGB Variations
Color information
#8F61CB (or 0x8F61CB) is known color: Amethyst. HEX triplet: 8F, 61 and CB. RGB value is (143,97,203). Sum of RGB (Red+Green+Blue) = 143+97+203=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F61CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F61CB is #709E34. Grayscale: #7A7A7A. Windows color (decimal): -7380533 or 13328783. OLE color: 13328783.
HSL color Cylindrical-coordinate representation of color #8F61CB: hue angle of 266.04º 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 #8F61CB is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 97 | 203 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.20 |
| HSL | 266.04º | 0.5% | 0.59% | - |
| HSV(B) | 266.04º | 0.52% | 0.8% | - |
| XYZ | 26.38 | 18.7 | 58.72 | - |
| YUV | 122.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 203 | 0.30 | 0.52 | 0 | 0.20 | 266.04 | 0.5 | 0.59 |
| Hex | 8F | 61 | CB | 1E | 34 | 0 | 14 | 10A | 32 | 3B |
| Octal | 217 | 141 | 313 | 36 | 64 | 0 | 24 | 412 | 62 | 73 |
| Binary | 10001111 | 1100001 | 11001011 | 11110 | 110100 | 0 | 10100 | 100001010 | 110010 | 111011 |
Color Harmonies of #8F61CB
Complementary color
Monochromatic Colors of #8F61CB
Black with #8F61CB
Text Example
Text Example
White with #8F61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F61CB; }
p { color: rgb(143,97,203); }
H1.HeaderClassName
{
color: #8F61CB;
}
.AnyTagClassName
{
color: #8F61CB;
}
</style>
background-color css
<style>
a { background-color: #8F61CB; }
a { background-color: rgb(143,97,203); }
div.DivClassName
{
background-color: #8F61CB;
}
.BgClassName
{
background-color: #8F61CB;
}
</style>
border-color css
<style>
span { border-color: #8F61CB; }
span { border-color: rgb(143,97,203); }
td.TdClassName
{
border-color: #8F61CB;
}
.TagClassName
{
border-color: #8F61CB;
}
</style>