Shades of Amethyst #8C5CCB
Tints of Amethyst #8C5CCB
RGB
CMYK
RGB Variations
Color information
#8C5CCB (or 0x8C5CCB) is known color: Amethyst. HEX triplet: 8C, 5C and CB. RGB value is (140,92,203). Sum of RGB (Red+Green+Blue) = 140+92+203=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C5CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CCB is #73A334. Grayscale: #767676. Windows color (decimal): -7578421 or 13327500. OLE color: 13327500.
HSL color Cylindrical-coordinate representation of color #8C5CCB: hue angle of 265.95º 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 #8C5CCB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 92 | 203 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.20 |
| HSL | 265.95º | 0.52% | 0.58% | - |
| HSV(B) | 265.95º | 0.55% | 0.8% | - |
| XYZ | 25.42 | 17.54 | 58.55 | - |
| YUV | 119.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 203 | 0.31 | 0.55 | 0 | 0.20 | 265.95 | 0.52 | 0.58 |
| Hex | 8C | 5C | CB | 1F | 37 | 0 | 14 | 10A | 34 | 3A |
| Octal | 214 | 134 | 313 | 37 | 67 | 0 | 24 | 412 | 64 | 72 |
| Binary | 10001100 | 1011100 | 11001011 | 11111 | 110111 | 0 | 10100 | 100001010 | 110100 | 111010 |
Color Harmonies of #8C5CCB
Complementary color
Monochromatic Colors of #8C5CCB
Black with #8C5CCB
Text Example
Text Example
White with #8C5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CCB; }
p { color: rgb(140,92,203); }
H1.HeaderClassName
{
color: #8C5CCB;
}
.AnyTagClassName
{
color: #8C5CCB;
}
</style>
background-color css
<style>
a { background-color: #8C5CCB; }
a { background-color: rgb(140,92,203); }
div.DivClassName
{
background-color: #8C5CCB;
}
.BgClassName
{
background-color: #8C5CCB;
}
</style>
border-color css
<style>
span { border-color: #8C5CCB; }
span { border-color: rgb(140,92,203); }
td.TdClassName
{
border-color: #8C5CCB;
}
.TagClassName
{
border-color: #8C5CCB;
}
</style>