Shades of Amethyst #8B62CE
Tints of Amethyst #8B62CE
RGB
CMYK
RGB Variations
Color information
#8B62CE (or 0x8B62CE) is known color: Amethyst. HEX triplet: 8B, 62 and CE. RGB value is (139,98,206). Sum of RGB (Red+Green+Blue) = 139+98+206=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B62CE is #749D31. Grayscale: #7A7A7A. Windows color (decimal): -7642418 or 13525643. OLE color: 13525643.
HSL color Cylindrical-coordinate representation of color #8B62CE: hue angle of 262.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B62CE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 98 | 206 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.19 |
| HSL | 262.78º | 0.52% | 0.6% | - |
| HSV(B) | 262.78º | 0.52% | 0.81% | - |
| XYZ | 26.16 | 18.68 | 60.62 | - |
| YUV | 122.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 206 | 0.33 | 0.52 | 0 | 0.19 | 262.78 | 0.52 | 0.6 |
| Hex | 8B | 62 | CE | 21 | 34 | 0 | 13 | 107 | 34 | 3C |
| Octal | 213 | 142 | 316 | 41 | 64 | 0 | 23 | 407 | 64 | 74 |
| Binary | 10001011 | 1100010 | 11001110 | 100001 | 110100 | 0 | 10011 | 100000111 | 110100 | 111100 |
Color Harmonies of #8B62CE
Complementary color
Monochromatic Colors of #8B62CE
Black with #8B62CE
Text Example
Text Example
White with #8B62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B62CE; }
p { color: rgb(139,98,206); }
H1.HeaderClassName
{
color: #8B62CE;
}
.AnyTagClassName
{
color: #8B62CE;
}
</style>
background-color css
<style>
a { background-color: #8B62CE; }
a { background-color: rgb(139,98,206); }
div.DivClassName
{
background-color: #8B62CE;
}
.BgClassName
{
background-color: #8B62CE;
}
</style>
border-color css
<style>
span { border-color: #8B62CE; }
span { border-color: rgb(139,98,206); }
td.TdClassName
{
border-color: #8B62CE;
}
.TagClassName
{
border-color: #8B62CE;
}
</style>