Shades of Amethyst #8B5ACF
Tints of Amethyst #8B5ACF
RGB
CMYK
RGB Variations
Color information
#8B5ACF (or 0x8B5ACF) is known color: Amethyst. HEX triplet: 8B, 5A and CF. RGB value is (139,90,207). Sum of RGB (Red+Green+Blue) = 139+90+207=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5ACF is #74A530. Grayscale: #757575. Windows color (decimal): -7644465 or 13589131. OLE color: 13589131.
HSL color Cylindrical-coordinate representation of color #8B5ACF: hue angle of 265.13º 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 #8B5ACF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 90 | 207 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.19 |
| HSL | 265.13º | 0.55% | 0.58% | - |
| HSV(B) | 265.13º | 0.57% | 0.81% | - |
| XYZ | 25.57 | 17.31 | 61.02 | - |
| YUV | 117.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 207 | 0.33 | 0.57 | 0 | 0.19 | 265.13 | 0.55 | 0.58 |
| Hex | 8B | 5A | CF | 21 | 39 | 0 | 13 | 109 | 37 | 3A |
| Octal | 213 | 132 | 317 | 41 | 71 | 0 | 23 | 411 | 67 | 72 |
| Binary | 10001011 | 1011010 | 11001111 | 100001 | 111001 | 0 | 10011 | 100001001 | 110111 | 111010 |
Color Harmonies of #8B5ACF
Complementary color
Monochromatic Colors of #8B5ACF
Black with #8B5ACF
Text Example
Text Example
White with #8B5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5ACF; }
p { color: rgb(139,90,207); }
H1.HeaderClassName
{
color: #8B5ACF;
}
.AnyTagClassName
{
color: #8B5ACF;
}
</style>
background-color css
<style>
a { background-color: #8B5ACF; }
a { background-color: rgb(139,90,207); }
div.DivClassName
{
background-color: #8B5ACF;
}
.BgClassName
{
background-color: #8B5ACF;
}
</style>
border-color css
<style>
span { border-color: #8B5ACF; }
span { border-color: rgb(139,90,207); }
td.TdClassName
{
border-color: #8B5ACF;
}
.TagClassName
{
border-color: #8B5ACF;
}
</style>