Shades of Amethyst #8B5BCE
Tints of Amethyst #8B5BCE
RGB
CMYK
RGB Variations
Color information
#8B5BCE (or 0x8B5BCE) is known color: Amethyst. HEX triplet: 8B, 5B and CE. RGB value is (139,91,206). Sum of RGB (Red+Green+Blue) = 139+91+206=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B5BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5BCE is #74A431. Grayscale: #767676. Windows color (decimal): -7644210 or 13523851. OLE color: 13523851.
HSL color Cylindrical-coordinate representation of color #8B5BCE: hue angle of 265.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B5BCE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 91 | 206 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.19 |
| HSL | 265.04º | 0.54% | 0.58% | - |
| HSV(B) | 265.04º | 0.56% | 0.81% | - |
| XYZ | 25.53 | 17.43 | 60.41 | - |
| YUV | 118.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 206 | 0.33 | 0.56 | 0 | 0.19 | 265.04 | 0.54 | 0.58 |
| Hex | 8B | 5B | CE | 21 | 38 | 0 | 13 | 109 | 36 | 3A |
| Octal | 213 | 133 | 316 | 41 | 70 | 0 | 23 | 411 | 66 | 72 |
| Binary | 10001011 | 1011011 | 11001110 | 100001 | 111000 | 0 | 10011 | 100001001 | 110110 | 111010 |
Color Harmonies of #8B5BCE
Complementary color
Monochromatic Colors of #8B5BCE
Black with #8B5BCE
Text Example
Text Example
White with #8B5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5BCE; }
p { color: rgb(139,91,206); }
H1.HeaderClassName
{
color: #8B5BCE;
}
.AnyTagClassName
{
color: #8B5BCE;
}
</style>
background-color css
<style>
a { background-color: #8B5BCE; }
a { background-color: rgb(139,91,206); }
div.DivClassName
{
background-color: #8B5BCE;
}
.BgClassName
{
background-color: #8B5BCE;
}
</style>
border-color css
<style>
span { border-color: #8B5BCE; }
span { border-color: rgb(139,91,206); }
td.TdClassName
{
border-color: #8B5BCE;
}
.TagClassName
{
border-color: #8B5BCE;
}
</style>