Shades of Amethyst #8353C4
Tints of Amethyst #8353C4
RGB
CMYK
RGB Variations
Color information
#8353C4 (or 0x8353C4) is known color: Amethyst. HEX triplet: 83, 53 and C4. RGB value is (131,83,196). Sum of RGB (Red+Green+Blue) = 131+83+196=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #8353C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8353C4 is #7CAC3B. Grayscale: #6D6D6D. Windows color (decimal): -8170556 or 12866435. OLE color: 12866435.
HSL color Cylindrical-coordinate representation of color #8353C4: hue angle of 265.49º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8353C4 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 83 | 196 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.23 |
| HSL | 265.49º | 0.49% | 0.55% | - |
| HSV(B) | 265.49º | 0.58% | 0.77% | - |
| XYZ | 22.42 | 15 | 53.94 | - |
| YUV | 110.23 | 176.4 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 196 | 0.33 | 0.58 | 0 | 0.23 | 265.49 | 0.49 | 0.55 |
| Hex | 83 | 53 | C4 | 21 | 3A | 0 | 17 | 109 | 31 | 37 |
| Octal | 203 | 123 | 304 | 41 | 72 | 0 | 27 | 411 | 61 | 67 |
| Binary | 10000011 | 1010011 | 11000100 | 100001 | 111010 | 0 | 10111 | 100001001 | 110001 | 110111 |
Color Harmonies of #8353C4
Complementary color
Monochromatic Colors of #8353C4
Black with #8353C4
Text Example
Text Example
White with #8353C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353C4; }
p { color: rgb(131,83,196); }
H1.HeaderClassName
{
color: #8353C4;
}
.AnyTagClassName
{
color: #8353C4;
}
</style>
background-color css
<style>
a { background-color: #8353C4; }
a { background-color: rgb(131,83,196); }
div.DivClassName
{
background-color: #8353C4;
}
.BgClassName
{
background-color: #8353C4;
}
</style>
border-color css
<style>
span { border-color: #8353C4; }
span { border-color: rgb(131,83,196); }
td.TdClassName
{
border-color: #8353C4;
}
.TagClassName
{
border-color: #8353C4;
}
</style>