Shades of Amethyst #8855D4
Tints of Amethyst #8855D4
RGB
CMYK
RGB Variations
Color information
#8855D4 (or 0x8855D4) is known color: Amethyst. HEX triplet: 88, 55 and D4. RGB value is (136,85,212). Sum of RGB (Red+Green+Blue) = 136+85+212=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #8855D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855D4 is #77AA2B. Grayscale: #727272. Windows color (decimal): -7842348 or 13915528. OLE color: 13915528.
HSL color Cylindrical-coordinate representation of color #8855D4: hue angle of 264.09º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8855D4 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 85 | 212 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.17 |
| HSL | 264.09º | 0.6% | 0.58% | - |
| HSV(B) | 264.09º | 0.6% | 0.83% | - |
| XYZ | 25.29 | 16.48 | 64.14 | - |
| YUV | 114.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 212 | 0.36 | 0.60 | 0 | 0.17 | 264.09 | 0.6 | 0.58 |
| Hex | 88 | 55 | D4 | 24 | 3C | 0 | 11 | 108 | 3C | 3A |
| Octal | 210 | 125 | 324 | 44 | 74 | 0 | 21 | 410 | 74 | 72 |
| Binary | 10001000 | 1010101 | 11010100 | 100100 | 111100 | 0 | 10001 | 100001000 | 111100 | 111010 |
Color Harmonies of #8855D4
Complementary color
Monochromatic Colors of #8855D4
Black with #8855D4
Text Example
Text Example
White with #8855D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8855D4; }
p { color: rgb(136,85,212); }
H1.HeaderClassName
{
color: #8855D4;
}
.AnyTagClassName
{
color: #8855D4;
}
</style>
background-color css
<style>
a { background-color: #8855D4; }
a { background-color: rgb(136,85,212); }
div.DivClassName
{
background-color: #8855D4;
}
.BgClassName
{
background-color: #8855D4;
}
</style>
border-color css
<style>
span { border-color: #8855D4; }
span { border-color: rgb(136,85,212); }
td.TdClassName
{
border-color: #8855D4;
}
.TagClassName
{
border-color: #8855D4;
}
</style>