Shades of Amethyst #8B4ECF
Tints of Amethyst #8B4ECF
RGB
CMYK
RGB Variations
Color information
#8B4ECF (or 0x8B4ECF) is known color: Amethyst. HEX triplet: 8B, 4E and CF. RGB value is (139,78,207). Sum of RGB (Red+Green+Blue) = 139+78+207=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4ECF is #74B130. Grayscale: #6E6E6E. Windows color (decimal): -7647537 or 13586059. OLE color: 13586059.
HSL color Cylindrical-coordinate representation of color #8B4ECF: hue angle of 268.37º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B4ECF is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 78 | 207 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.19 |
| HSL | 268.37º | 0.57% | 0.56% | - |
| HSV(B) | 268.37º | 0.62% | 0.81% | - |
| XYZ | 24.63 | 15.44 | 60.71 | - |
| YUV | 110.95 | 182.21 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 207 | 0.33 | 0.62 | 0 | 0.19 | 268.37 | 0.57 | 0.56 |
| Hex | 8B | 4E | CF | 21 | 3E | 0 | 13 | 10C | 39 | 38 |
| Octal | 213 | 116 | 317 | 41 | 76 | 0 | 23 | 414 | 71 | 70 |
| Binary | 10001011 | 1001110 | 11001111 | 100001 | 111110 | 0 | 10011 | 100001100 | 111001 | 111000 |
Color Harmonies of #8B4ECF
Complementary color
Monochromatic Colors of #8B4ECF
Black with #8B4ECF
Text Example
Text Example
White with #8B4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4ECF; }
p { color: rgb(139,78,207); }
H1.HeaderClassName
{
color: #8B4ECF;
}
.AnyTagClassName
{
color: #8B4ECF;
}
</style>
background-color css
<style>
a { background-color: #8B4ECF; }
a { background-color: rgb(139,78,207); }
div.DivClassName
{
background-color: #8B4ECF;
}
.BgClassName
{
background-color: #8B4ECF;
}
</style>
border-color css
<style>
span { border-color: #8B4ECF; }
span { border-color: rgb(139,78,207); }
td.TdClassName
{
border-color: #8B4ECF;
}
.TagClassName
{
border-color: #8B4ECF;
}
</style>