Shades of Amethyst #8358D0
Tints of Amethyst #8358D0
RGB
CMYK
RGB Variations
Color information
#8358D0 (or 0x8358D0) is known color: Amethyst. HEX triplet: 83, 58 and D0. RGB value is (131,88,208). Sum of RGB (Red+Green+Blue) = 131+88+208=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #8358D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358D0 is #7CA72F. Grayscale: #727272. Windows color (decimal): -8169264 or 13654147. OLE color: 13654147.
HSL color Cylindrical-coordinate representation of color #8358D0: hue angle of 261.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8358D0 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 88 | 208 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.18 |
| HSL | 261.5º | 0.56% | 0.58% | - |
| HSV(B) | 261.5º | 0.58% | 0.82% | - |
| XYZ | 24.23 | 16.36 | 61.55 | - |
| YUV | 114.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 208 | 0.37 | 0.58 | 0 | 0.18 | 261.5 | 0.56 | 0.58 |
| Hex | 83 | 58 | D0 | 25 | 3A | 0 | 12 | 106 | 38 | 3A |
| Octal | 203 | 130 | 320 | 45 | 72 | 0 | 22 | 406 | 70 | 72 |
| Binary | 10000011 | 1011000 | 11010000 | 100101 | 111010 | 0 | 10010 | 100000110 | 111000 | 111010 |
Color Harmonies of #8358D0
Complementary color
Monochromatic Colors of #8358D0
Black with #8358D0
Text Example
Text Example
White with #8358D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8358D0; }
p { color: rgb(131,88,208); }
H1.HeaderClassName
{
color: #8358D0;
}
.AnyTagClassName
{
color: #8358D0;
}
</style>
background-color css
<style>
a { background-color: #8358D0; }
a { background-color: rgb(131,88,208); }
div.DivClassName
{
background-color: #8358D0;
}
.BgClassName
{
background-color: #8358D0;
}
</style>
border-color css
<style>
span { border-color: #8358D0; }
span { border-color: rgb(131,88,208); }
td.TdClassName
{
border-color: #8358D0;
}
.TagClassName
{
border-color: #8358D0;
}
</style>