Shades of Amethyst #8350CE
Tints of Amethyst #8350CE
RGB
CMYK
RGB Variations
Color information
#8350CE (or 0x8350CE) is known color: Amethyst. HEX triplet: 83, 50 and CE. RGB value is (131,80,206). Sum of RGB (Red+Green+Blue) = 131+80+206=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #8350CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350CE is #7CAF31. Grayscale: #6D6D6D. Windows color (decimal): -8171314 or 13521027. OLE color: 13521027.
HSL color Cylindrical-coordinate representation of color #8350CE: hue angle of 264.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8350CE is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 80 | 206 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.19 |
| HSL | 264.29º | 0.56% | 0.56% | - |
| HSV(B) | 264.29º | 0.61% | 0.81% | - |
| XYZ | 23.37 | 15.02 | 60.06 | - |
| YUV | 109.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 206 | 0.36 | 0.61 | 0 | 0.19 | 264.29 | 0.56 | 0.56 |
| Hex | 83 | 50 | CE | 24 | 3D | 0 | 13 | 108 | 38 | 38 |
| Octal | 203 | 120 | 316 | 44 | 75 | 0 | 23 | 410 | 70 | 70 |
| Binary | 10000011 | 1010000 | 11001110 | 100100 | 111101 | 0 | 10011 | 100001000 | 111000 | 111000 |
Color Harmonies of #8350CE
Complementary color
Monochromatic Colors of #8350CE
Black with #8350CE
Text Example
Text Example
White with #8350CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350CE; }
p { color: rgb(131,80,206); }
H1.HeaderClassName
{
color: #8350CE;
}
.AnyTagClassName
{
color: #8350CE;
}
</style>
background-color css
<style>
a { background-color: #8350CE; }
a { background-color: rgb(131,80,206); }
div.DivClassName
{
background-color: #8350CE;
}
.BgClassName
{
background-color: #8350CE;
}
</style>
border-color css
<style>
span { border-color: #8350CE; }
span { border-color: rgb(131,80,206); }
td.TdClassName
{
border-color: #8350CE;
}
.TagClassName
{
border-color: #8350CE;
}
</style>