Shades of Amethyst #8B5DBD
Tints of Amethyst #8B5DBD
RGB
CMYK
RGB Variations
Color information
#8B5DBD (or 0x8B5DBD) is known color: Amethyst. HEX triplet: 8B, 5D and BD. RGB value is (139,93,189). Sum of RGB (Red+Green+Blue) = 139+93+189=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B5DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5DBD is #74A242. Grayscale: #757575. Windows color (decimal): -7643715 or 12410251. OLE color: 12410251.
HSL color Cylindrical-coordinate representation of color #8B5DBD: hue angle of 268.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B5DBD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 93 | 189 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.26 |
| HSL | 268.75º | 0.42% | 0.55% | - |
| HSV(B) | 268.75º | 0.51% | 0.74% | - |
| XYZ | 23.75 | 16.99 | 50.17 | - |
| YUV | 117.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 189 | 0.26 | 0.51 | 0 | 0.26 | 268.75 | 0.42 | 0.55 |
| Hex | 8B | 5D | BD | 1A | 33 | 0 | 1A | 10D | 2A | 37 |
| Octal | 213 | 135 | 275 | 32 | 63 | 0 | 32 | 415 | 52 | 67 |
| Binary | 10001011 | 1011101 | 10111101 | 11010 | 110011 | 0 | 11010 | 100001101 | 101010 | 110111 |
Color Harmonies of #8B5DBD
Complementary color
Monochromatic Colors of #8B5DBD
Black with #8B5DBD
Text Example
Text Example
White with #8B5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DBD; }
p { color: rgb(139,93,189); }
H1.HeaderClassName
{
color: #8B5DBD;
}
.AnyTagClassName
{
color: #8B5DBD;
}
</style>
background-color css
<style>
a { background-color: #8B5DBD; }
a { background-color: rgb(139,93,189); }
div.DivClassName
{
background-color: #8B5DBD;
}
.BgClassName
{
background-color: #8B5DBD;
}
</style>
border-color css
<style>
span { border-color: #8B5DBD; }
span { border-color: rgb(139,93,189); }
td.TdClassName
{
border-color: #8B5DBD;
}
.TagClassName
{
border-color: #8B5DBD;
}
</style>