Shades of Amethyst #8B4BD8
Tints of Amethyst #8B4BD8
RGB
CMYK
RGB Variations
Color information
#8B4BD8 (or 0x8B4BD8) is known color: Amethyst. HEX triplet: 8B, 4B and D8. RGB value is (139,75,216). Sum of RGB (Red+Green+Blue) = 139+75+216=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #8B4BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4BD8 is #74B427. Grayscale: #6D6D6D. Windows color (decimal): -7648296 or 14175115. OLE color: 14175115.
HSL color Cylindrical-coordinate representation of color #8B4BD8: hue angle of 267.23º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B4BD8 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 75 | 216 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.15 |
| HSL | 267.23º | 0.64% | 0.57% | - |
| HSV(B) | 267.23º | 0.65% | 0.85% | - |
| XYZ | 25.56 | 15.48 | 66.61 | - |
| YUV | 110.21 | 187.7 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 75 | 216 | 0.36 | 0.65 | 0 | 0.15 | 267.23 | 0.64 | 0.57 |
| Hex | 8B | 4B | D8 | 24 | 41 | 0 | F | 10B | 40 | 39 |
| Octal | 213 | 113 | 330 | 44 | 101 | 0 | 17 | 413 | 100 | 71 |
| Binary | 10001011 | 1001011 | 11011000 | 100100 | 1000001 | 0 | 1111 | 100001011 | 1000000 | 111001 |
Color Harmonies of #8B4BD8
Complementary color
Monochromatic Colors of #8B4BD8
Black with #8B4BD8
Text Example
Text Example
White with #8B4BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4BD8; }
p { color: rgb(139,75,216); }
H1.HeaderClassName
{
color: #8B4BD8;
}
.AnyTagClassName
{
color: #8B4BD8;
}
</style>
background-color css
<style>
a { background-color: #8B4BD8; }
a { background-color: rgb(139,75,216); }
div.DivClassName
{
background-color: #8B4BD8;
}
.BgClassName
{
background-color: #8B4BD8;
}
</style>
border-color css
<style>
span { border-color: #8B4BD8; }
span { border-color: rgb(139,75,216); }
td.TdClassName
{
border-color: #8B4BD8;
}
.TagClassName
{
border-color: #8B4BD8;
}
</style>