Shades of Amethyst #8B59CB
Tints of Amethyst #8B59CB
RGB
CMYK
RGB Variations
Color information
#8B59CB (or 0x8B59CB) is known color: Amethyst. HEX triplet: 8B, 59 and CB. RGB value is (139,89,203). Sum of RGB (Red+Green+Blue) = 139+89+203=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B59CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B59CB is #74A634. Grayscale: #747474. Windows color (decimal): -7644725 or 13326731. OLE color: 13326731.
HSL color Cylindrical-coordinate representation of color #8B59CB: hue angle of 266.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B59CB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 89 | 203 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.20 |
| HSL | 266.32º | 0.52% | 0.57% | - |
| HSV(B) | 266.32º | 0.56% | 0.8% | - |
| XYZ | 25 | 16.95 | 58.45 | - |
| YUV | 116.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 203 | 0.32 | 0.56 | 0 | 0.20 | 266.32 | 0.52 | 0.57 |
| Hex | 8B | 59 | CB | 20 | 38 | 0 | 14 | 10A | 34 | 39 |
| Octal | 213 | 131 | 313 | 40 | 70 | 0 | 24 | 412 | 64 | 71 |
| Binary | 10001011 | 1011001 | 11001011 | 100000 | 111000 | 0 | 10100 | 100001010 | 110100 | 111001 |
Color Harmonies of #8B59CB
Complementary color
Monochromatic Colors of #8B59CB
Black with #8B59CB
Text Example
Text Example
White with #8B59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B59CB; }
p { color: rgb(139,89,203); }
H1.HeaderClassName
{
color: #8B59CB;
}
.AnyTagClassName
{
color: #8B59CB;
}
</style>
background-color css
<style>
a { background-color: #8B59CB; }
a { background-color: rgb(139,89,203); }
div.DivClassName
{
background-color: #8B59CB;
}
.BgClassName
{
background-color: #8B59CB;
}
</style>
border-color css
<style>
span { border-color: #8B59CB; }
span { border-color: rgb(139,89,203); }
td.TdClassName
{
border-color: #8B59CB;
}
.TagClassName
{
border-color: #8B59CB;
}
</style>