Shades of Amethyst #8851DA
Tints of Amethyst #8851DA
RGB
CMYK
RGB Variations
Color information
#8851DA (or 0x8851DA) is known color: Amethyst. HEX triplet: 88, 51 and DA. RGB value is (136,81,218). Sum of RGB (Red+Green+Blue) = 136+81+218=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #8851DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8851DA is #77AE25. Grayscale: #707070. Windows color (decimal): -7843366 or 14307720. OLE color: 14307720.
HSL color Cylindrical-coordinate representation of color #8851DA: hue angle of 264.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8851DA is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 81 | 218 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.15 |
| HSL | 264.09º | 0.65% | 0.59% | - |
| HSV(B) | 264.09º | 0.63% | 0.85% | - |
| XYZ | 25.75 | 16.18 | 68.1 | - |
| YUV | 113.06 | 187.22 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 218 | 0.38 | 0.63 | 0 | 0.15 | 264.09 | 0.65 | 0.59 |
| Hex | 88 | 51 | DA | 26 | 3F | 0 | F | 108 | 41 | 3B |
| Octal | 210 | 121 | 332 | 46 | 77 | 0 | 17 | 410 | 101 | 73 |
| Binary | 10001000 | 1010001 | 11011010 | 100110 | 111111 | 0 | 1111 | 100001000 | 1000001 | 111011 |
Color Harmonies of #8851DA
Complementary color
Monochromatic Colors of #8851DA
Black with #8851DA
Text Example
Text Example
White with #8851DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8851DA; }
p { color: rgb(136,81,218); }
H1.HeaderClassName
{
color: #8851DA;
}
.AnyTagClassName
{
color: #8851DA;
}
</style>
background-color css
<style>
a { background-color: #8851DA; }
a { background-color: rgb(136,81,218); }
div.DivClassName
{
background-color: #8851DA;
}
.BgClassName
{
background-color: #8851DA;
}
</style>
border-color css
<style>
span { border-color: #8851DA; }
span { border-color: rgb(136,81,218); }
td.TdClassName
{
border-color: #8851DA;
}
.TagClassName
{
border-color: #8851DA;
}
</style>