Shades of Amethyst #8D5CCB
Tints of Amethyst #8D5CCB
RGB
CMYK
RGB Variations
Color information
#8D5CCB (or 0x8D5CCB) is known color: Amethyst. HEX triplet: 8D, 5C and CB. RGB value is (141,92,203). Sum of RGB (Red+Green+Blue) = 141+92+203=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5CCB is #72A334. Grayscale: #767676. Windows color (decimal): -7512885 or 13327501. OLE color: 13327501.
HSL color Cylindrical-coordinate representation of color #8D5CCB: hue angle of 266.49º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D5CCB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 92 | 203 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.20 |
| HSL | 266.49º | 0.52% | 0.58% | - |
| HSV(B) | 266.49º | 0.55% | 0.8% | - |
| XYZ | 25.59 | 17.63 | 58.55 | - |
| YUV | 119.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 203 | 0.31 | 0.55 | 0 | 0.20 | 266.49 | 0.52 | 0.58 |
| Hex | 8D | 5C | CB | 1F | 37 | 0 | 14 | 10A | 34 | 3A |
| Octal | 215 | 134 | 313 | 37 | 67 | 0 | 24 | 412 | 64 | 72 |
| Binary | 10001101 | 1011100 | 11001011 | 11111 | 110111 | 0 | 10100 | 100001010 | 110100 | 111010 |
Color Harmonies of #8D5CCB
Complementary color
Monochromatic Colors of #8D5CCB
Black with #8D5CCB
Text Example
Text Example
White with #8D5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5CCB; }
p { color: rgb(141,92,203); }
H1.HeaderClassName
{
color: #8D5CCB;
}
.AnyTagClassName
{
color: #8D5CCB;
}
</style>
background-color css
<style>
a { background-color: #8D5CCB; }
a { background-color: rgb(141,92,203); }
div.DivClassName
{
background-color: #8D5CCB;
}
.BgClassName
{
background-color: #8D5CCB;
}
</style>
border-color css
<style>
span { border-color: #8D5CCB; }
span { border-color: rgb(141,92,203); }
td.TdClassName
{
border-color: #8D5CCB;
}
.TagClassName
{
border-color: #8D5CCB;
}
</style>