Shades of Amethyst #8358C3
Tints of Amethyst #8358C3
RGB
CMYK
RGB Variations
Color information
#8358C3 (or 0x8358C3) is known color: Amethyst. HEX triplet: 83, 58 and C3. RGB value is (131,88,195). Sum of RGB (Red+Green+Blue) = 131+88+195=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #8358C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358C3 is #7CA73C. Grayscale: #707070. Windows color (decimal): -8169277 or 12802179. OLE color: 12802179.
HSL color Cylindrical-coordinate representation of color #8358C3: hue angle of 264.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8358C3 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 88 | 195 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.24 |
| HSL | 264.11º | 0.47% | 0.55% | - |
| HSV(B) | 264.11º | 0.55% | 0.76% | - |
| XYZ | 22.7 | 15.74 | 53.47 | - |
| YUV | 113.06 | 174.25 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 195 | 0.33 | 0.55 | 0 | 0.24 | 264.11 | 0.47 | 0.55 |
| Hex | 83 | 58 | C3 | 21 | 37 | 0 | 18 | 108 | 2F | 37 |
| Octal | 203 | 130 | 303 | 41 | 67 | 0 | 30 | 410 | 57 | 67 |
| Binary | 10000011 | 1011000 | 11000011 | 100001 | 110111 | 0 | 11000 | 100001000 | 101111 | 110111 |
Color Harmonies of #8358C3
Complementary color
Monochromatic Colors of #8358C3
Black with #8358C3
Text Example
Text Example
White with #8358C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8358C3; }
p { color: rgb(131,88,195); }
H1.HeaderClassName
{
color: #8358C3;
}
.AnyTagClassName
{
color: #8358C3;
}
</style>
background-color css
<style>
a { background-color: #8358C3; }
a { background-color: rgb(131,88,195); }
div.DivClassName
{
background-color: #8358C3;
}
.BgClassName
{
background-color: #8358C3;
}
</style>
border-color css
<style>
span { border-color: #8358C3; }
span { border-color: rgb(131,88,195); }
td.TdClassName
{
border-color: #8358C3;
}
.TagClassName
{
border-color: #8358C3;
}
</style>