Shades of Amethyst #8350CA
Tints of Amethyst #8350CA
RGB
CMYK
RGB Variations
Color information
#8350CA (or 0x8350CA) is known color: Amethyst. HEX triplet: 83, 50 and CA. RGB value is (131,80,202). Sum of RGB (Red+Green+Blue) = 131+80+202=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #8350CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350CA is #7CAF35. Grayscale: #6C6C6C. Windows color (decimal): -8171318 or 13258883. OLE color: 13258883.
HSL color Cylindrical-coordinate representation of color #8350CA: hue angle of 265.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8350CA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 80 | 202 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.21 |
| HSL | 265.08º | 0.54% | 0.55% | - |
| HSV(B) | 265.08º | 0.6% | 0.79% | - |
| XYZ | 22.89 | 14.83 | 57.53 | - |
| YUV | 109.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 202 | 0.35 | 0.60 | 0 | 0.21 | 265.08 | 0.54 | 0.55 |
| Hex | 83 | 50 | CA | 23 | 3C | 0 | 15 | 109 | 36 | 37 |
| Octal | 203 | 120 | 312 | 43 | 74 | 0 | 25 | 411 | 66 | 67 |
| Binary | 10000011 | 1010000 | 11001010 | 100011 | 111100 | 0 | 10101 | 100001001 | 110110 | 110111 |
Color Harmonies of #8350CA
Complementary color
Monochromatic Colors of #8350CA
Black with #8350CA
Text Example
Text Example
White with #8350CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350CA; }
p { color: rgb(131,80,202); }
H1.HeaderClassName
{
color: #8350CA;
}
.AnyTagClassName
{
color: #8350CA;
}
</style>
background-color css
<style>
a { background-color: #8350CA; }
a { background-color: rgb(131,80,202); }
div.DivClassName
{
background-color: #8350CA;
}
.BgClassName
{
background-color: #8350CA;
}
</style>
border-color css
<style>
span { border-color: #8350CA; }
span { border-color: rgb(131,80,202); }
td.TdClassName
{
border-color: #8350CA;
}
.TagClassName
{
border-color: #8350CA;
}
</style>