Shades of Amethyst #8853C8
Tints of Amethyst #8853C8
RGB
CMYK
RGB Variations
Color information
#8853C8 (or 0x8853C8) is known color: Amethyst. HEX triplet: 88, 53 and C8. RGB value is (136,83,200). Sum of RGB (Red+Green+Blue) = 136+83+200=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #8853C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8853C8 is #77AC37. Grayscale: #6F6F6F. Windows color (decimal): -7842872 or 13128584. OLE color: 13128584.
HSL color Cylindrical-coordinate representation of color #8853C8: hue angle of 267.18º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8853C8 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 83 | 200 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.22 |
| HSL | 267.18º | 0.52% | 0.55% | - |
| HSV(B) | 267.18º | 0.59% | 0.78% | - |
| XYZ | 23.67 | 15.59 | 56.41 | - |
| YUV | 112.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 200 | 0.32 | 0.58 | 0 | 0.22 | 267.18 | 0.52 | 0.55 |
| Hex | 88 | 53 | C8 | 20 | 3A | 0 | 16 | 10B | 34 | 37 |
| Octal | 210 | 123 | 310 | 40 | 72 | 0 | 26 | 413 | 64 | 67 |
| Binary | 10001000 | 1010011 | 11001000 | 100000 | 111010 | 0 | 10110 | 100001011 | 110100 | 110111 |
Color Harmonies of #8853C8
Complementary color
Monochromatic Colors of #8853C8
Black with #8853C8
Text Example
Text Example
White with #8853C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8853C8; }
p { color: rgb(136,83,200); }
H1.HeaderClassName
{
color: #8853C8;
}
.AnyTagClassName
{
color: #8853C8;
}
</style>
background-color css
<style>
a { background-color: #8853C8; }
a { background-color: rgb(136,83,200); }
div.DivClassName
{
background-color: #8853C8;
}
.BgClassName
{
background-color: #8853C8;
}
</style>
border-color css
<style>
span { border-color: #8853C8; }
span { border-color: rgb(136,83,200); }
td.TdClassName
{
border-color: #8853C8;
}
.TagClassName
{
border-color: #8853C8;
}
</style>