Shades of Amethyst #8B5DCE
Tints of Amethyst #8B5DCE
RGB
CMYK
RGB Variations
Color information
#8B5DCE (or 0x8B5DCE) is known color: Amethyst. HEX triplet: 8B, 5D and CE. RGB value is (139,93,206). Sum of RGB (Red+Green+Blue) = 139+93+206=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DCE is #74A231. Grayscale: #777777. Windows color (decimal): -7643698 or 13524363. OLE color: 13524363.
HSL color Cylindrical-coordinate representation of color #8B5DCE: hue angle of 264.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B5DCE is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 93 | 206 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.19 |
| HSL | 264.42º | 0.54% | 0.59% | - |
| HSV(B) | 264.42º | 0.55% | 0.81% | - |
| XYZ | 25.7 | 17.77 | 60.47 | - |
| YUV | 119.64 | 176.74 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 206 | 0.33 | 0.55 | 0 | 0.19 | 264.42 | 0.54 | 0.59 |
| Hex | 8B | 5D | CE | 21 | 37 | 0 | 13 | 108 | 36 | 3B |
| Octal | 213 | 135 | 316 | 41 | 67 | 0 | 23 | 410 | 66 | 73 |
| Binary | 10001011 | 1011101 | 11001110 | 100001 | 110111 | 0 | 10011 | 100001000 | 110110 | 111011 |
Color Harmonies of #8B5DCE
Complementary color
Monochromatic Colors of #8B5DCE
Black with #8B5DCE
Text Example
Text Example
White with #8B5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DCE; }
p { color: rgb(139,93,206); }
H1.HeaderClassName
{
color: #8B5DCE;
}
.AnyTagClassName
{
color: #8B5DCE;
}
</style>
background-color css
<style>
a { background-color: #8B5DCE; }
a { background-color: rgb(139,93,206); }
div.DivClassName
{
background-color: #8B5DCE;
}
.BgClassName
{
background-color: #8B5DCE;
}
</style>
border-color css
<style>
span { border-color: #8B5DCE; }
span { border-color: rgb(139,93,206); }
td.TdClassName
{
border-color: #8B5DCE;
}
.TagClassName
{
border-color: #8B5DCE;
}
</style>