Shades of Amethyst #8B58CF
Tints of Amethyst #8B58CF
RGB
CMYK
RGB Variations
Color information
#8B58CF (or 0x8B58CF) is known color: Amethyst. HEX triplet: 8B, 58 and CF. RGB value is (139,88,207). Sum of RGB (Red+Green+Blue) = 139+88+207=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B58CF is #74A730. Grayscale: #747474. Windows color (decimal): -7644977 or 13588619. OLE color: 13588619.
HSL color Cylindrical-coordinate representation of color #8B58CF: hue angle of 265.71º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B58CF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 88 | 207 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.19 |
| HSL | 265.71º | 0.55% | 0.58% | - |
| HSV(B) | 265.71º | 0.57% | 0.81% | - |
| XYZ | 25.4 | 16.97 | 60.97 | - |
| YUV | 116.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 207 | 0.33 | 0.57 | 0 | 0.19 | 265.71 | 0.55 | 0.58 |
| Hex | 8B | 58 | CF | 21 | 39 | 0 | 13 | 10A | 37 | 3A |
| Octal | 213 | 130 | 317 | 41 | 71 | 0 | 23 | 412 | 67 | 72 |
| Binary | 10001011 | 1011000 | 11001111 | 100001 | 111001 | 0 | 10011 | 100001010 | 110111 | 111010 |
Color Harmonies of #8B58CF
Complementary color
Monochromatic Colors of #8B58CF
Black with #8B58CF
Text Example
Text Example
White with #8B58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B58CF; }
p { color: rgb(139,88,207); }
H1.HeaderClassName
{
color: #8B58CF;
}
.AnyTagClassName
{
color: #8B58CF;
}
</style>
background-color css
<style>
a { background-color: #8B58CF; }
a { background-color: rgb(139,88,207); }
div.DivClassName
{
background-color: #8B58CF;
}
.BgClassName
{
background-color: #8B58CF;
}
</style>
border-color css
<style>
span { border-color: #8B58CF; }
span { border-color: rgb(139,88,207); }
td.TdClassName
{
border-color: #8B58CF;
}
.TagClassName
{
border-color: #8B58CF;
}
</style>