Shades of Amethyst #8358CF
Tints of Amethyst #8358CF
RGB
CMYK
RGB Variations
Color information
#8358CF (or 0x8358CF) is known color: Amethyst. HEX triplet: 83, 58 and CF. RGB value is (131,88,207). Sum of RGB (Red+Green+Blue) = 131+88+207=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8358CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358CF is #7CA730. Grayscale: #717171. Windows color (decimal): -8169265 or 13588611. OLE color: 13588611.
HSL color Cylindrical-coordinate representation of color #8358CF: hue angle of 261.68º 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 #8358CF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 88 | 207 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.19 |
| HSL | 261.68º | 0.55% | 0.58% | - |
| HSV(B) | 261.68º | 0.57% | 0.81% | - |
| XYZ | 24.11 | 16.31 | 60.91 | - |
| YUV | 114.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 207 | 0.37 | 0.57 | 0 | 0.19 | 261.68 | 0.55 | 0.58 |
| Hex | 83 | 58 | CF | 25 | 39 | 0 | 13 | 106 | 37 | 3A |
| Octal | 203 | 130 | 317 | 45 | 71 | 0 | 23 | 406 | 67 | 72 |
| Binary | 10000011 | 1011000 | 11001111 | 100101 | 111001 | 0 | 10011 | 100000110 | 110111 | 111010 |
Color Harmonies of #8358CF
Complementary color
Monochromatic Colors of #8358CF
Black with #8358CF
Text Example
Text Example
White with #8358CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8358CF; }
p { color: rgb(131,88,207); }
H1.HeaderClassName
{
color: #8358CF;
}
.AnyTagClassName
{
color: #8358CF;
}
</style>
background-color css
<style>
a { background-color: #8358CF; }
a { background-color: rgb(131,88,207); }
div.DivClassName
{
background-color: #8358CF;
}
.BgClassName
{
background-color: #8358CF;
}
</style>
border-color css
<style>
span { border-color: #8358CF; }
span { border-color: rgb(131,88,207); }
td.TdClassName
{
border-color: #8358CF;
}
.TagClassName
{
border-color: #8358CF;
}
</style>