Shades of Amethyst #8353CD
Tints of Amethyst #8353CD
RGB
CMYK
RGB Variations
Color information
#8353CD (or 0x8353CD) is known color: Amethyst. HEX triplet: 83, 53 and CD. RGB value is (131,83,205). Sum of RGB (Red+Green+Blue) = 131+83+205=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #8353CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353CD is #7CAC32. Grayscale: #6E6E6E. Windows color (decimal): -8170547 or 13456259. OLE color: 13456259.
HSL color Cylindrical-coordinate representation of color #8353CD: hue angle of 263.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8353CD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 83 | 205 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.20 |
| HSL | 263.61º | 0.55% | 0.56% | - |
| HSV(B) | 263.61º | 0.6% | 0.8% | - |
| XYZ | 23.47 | 15.42 | 59.5 | - |
| YUV | 111.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 205 | 0.36 | 0.60 | 0 | 0.20 | 263.61 | 0.55 | 0.56 |
| Hex | 83 | 53 | CD | 24 | 3C | 0 | 14 | 108 | 37 | 38 |
| Octal | 203 | 123 | 315 | 44 | 74 | 0 | 24 | 410 | 67 | 70 |
| Binary | 10000011 | 1010011 | 11001101 | 100100 | 111100 | 0 | 10100 | 100001000 | 110111 | 111000 |
Color Harmonies of #8353CD
Complementary color
Monochromatic Colors of #8353CD
Black with #8353CD
Text Example
Text Example
White with #8353CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353CD; }
p { color: rgb(131,83,205); }
H1.HeaderClassName
{
color: #8353CD;
}
.AnyTagClassName
{
color: #8353CD;
}
</style>
background-color css
<style>
a { background-color: #8353CD; }
a { background-color: rgb(131,83,205); }
div.DivClassName
{
background-color: #8353CD;
}
.BgClassName
{
background-color: #8353CD;
}
</style>
border-color css
<style>
span { border-color: #8353CD; }
span { border-color: rgb(131,83,205); }
td.TdClassName
{
border-color: #8353CD;
}
.TagClassName
{
border-color: #8353CD;
}
</style>