Shades of Amethyst #8853DA
Tints of Amethyst #8853DA
RGB
CMYK
RGB Variations
Color information
#8853DA (or 0x8853DA) is known color: Amethyst. HEX triplet: 88, 53 and DA. RGB value is (136,83,218). Sum of RGB (Red+Green+Blue) = 136+83+218=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #8853DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8853DA is #77AC25. Grayscale: #717171. Windows color (decimal): -7842854 or 14308232. OLE color: 14308232.
HSL color Cylindrical-coordinate representation of color #8853DA: hue angle of 263.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8853DA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 83 | 218 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.15 |
| HSL | 263.56º | 0.65% | 0.59% | - |
| HSV(B) | 263.56º | 0.62% | 0.85% | - |
| XYZ | 25.9 | 16.48 | 68.15 | - |
| YUV | 114.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 218 | 0.38 | 0.62 | 0 | 0.15 | 263.56 | 0.65 | 0.59 |
| Hex | 88 | 53 | DA | 26 | 3E | 0 | F | 108 | 41 | 3B |
| Octal | 210 | 123 | 332 | 46 | 76 | 0 | 17 | 410 | 101 | 73 |
| Binary | 10001000 | 1010011 | 11011010 | 100110 | 111110 | 0 | 1111 | 100001000 | 1000001 | 111011 |
Color Harmonies of #8853DA
Complementary color
Monochromatic Colors of #8853DA
Black with #8853DA
Text Example
Text Example
White with #8853DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8853DA; }
p { color: rgb(136,83,218); }
H1.HeaderClassName
{
color: #8853DA;
}
.AnyTagClassName
{
color: #8853DA;
}
</style>
background-color css
<style>
a { background-color: #8853DA; }
a { background-color: rgb(136,83,218); }
div.DivClassName
{
background-color: #8853DA;
}
.BgClassName
{
background-color: #8853DA;
}
</style>
border-color css
<style>
span { border-color: #8853DA; }
span { border-color: rgb(136,83,218); }
td.TdClassName
{
border-color: #8853DA;
}
.TagClassName
{
border-color: #8853DA;
}
</style>