Shades of Amethyst #8B4DD2
Tints of Amethyst #8B4DD2
RGB
CMYK
RGB Variations
Color information
#8B4DD2 (or 0x8B4DD2) is known color: Amethyst. HEX triplet: 8B, 4D and D2. RGB value is (139,77,210). Sum of RGB (Red+Green+Blue) = 139+77+210=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 210 (82.42% from 255 or 49.30% from 426); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B4DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DD2 is #74B22D. Grayscale: #6E6E6E. Windows color (decimal): -7647790 or 13782411. OLE color: 13782411.
HSL color Cylindrical-coordinate representation of color #8B4DD2: hue angle of 267.97º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B4DD2 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 77 | 210 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.18 |
| HSL | 267.97º | 0.6% | 0.56% | - |
| HSV(B) | 267.97º | 0.63% | 0.82% | - |
| XYZ | 24.93 | 15.45 | 62.64 | - |
| YUV | 110.7 | 184.04 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 210 | 0.34 | 0.63 | 0 | 0.18 | 267.97 | 0.6 | 0.56 |
| Hex | 8B | 4D | D2 | 22 | 3F | 0 | 12 | 10C | 3C | 38 |
| Octal | 213 | 115 | 322 | 42 | 77 | 0 | 22 | 414 | 74 | 70 |
| Binary | 10001011 | 1001101 | 11010010 | 100010 | 111111 | 0 | 10010 | 100001100 | 111100 | 111000 |
Color Harmonies of #8B4DD2
Complementary color
Monochromatic Colors of #8B4DD2
Black with #8B4DD2
Text Example
Text Example
White with #8B4DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4DD2; }
p { color: rgb(139,77,210); }
H1.HeaderClassName
{
color: #8B4DD2;
}
.AnyTagClassName
{
color: #8B4DD2;
}
</style>
background-color css
<style>
a { background-color: #8B4DD2; }
a { background-color: rgb(139,77,210); }
div.DivClassName
{
background-color: #8B4DD2;
}
.BgClassName
{
background-color: #8B4DD2;
}
</style>
border-color css
<style>
span { border-color: #8B4DD2; }
span { border-color: rgb(139,77,210); }
td.TdClassName
{
border-color: #8B4DD2;
}
.TagClassName
{
border-color: #8B4DD2;
}
</style>