Shades of Amethyst #8851CA
Tints of Amethyst #8851CA
RGB
CMYK
RGB Variations
Color information
#8851CA (or 0x8851CA) is known color: Amethyst. HEX triplet: 88, 51 and CA. RGB value is (136,81,202). Sum of RGB (Red+Green+Blue) = 136+81+202=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #8851CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8851CA is #77AE35. Grayscale: #6E6E6E. Windows color (decimal): -7843382 or 13259144. OLE color: 13259144.
HSL color Cylindrical-coordinate representation of color #8851CA: hue angle of 267.27º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8851CA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 81 | 202 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.21 |
| HSL | 267.27º | 0.53% | 0.55% | - |
| HSV(B) | 267.27º | 0.6% | 0.79% | - |
| XYZ | 23.76 | 15.38 | 57.59 | - |
| YUV | 111.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 202 | 0.33 | 0.60 | 0 | 0.21 | 267.27 | 0.53 | 0.55 |
| Hex | 88 | 51 | CA | 21 | 3C | 0 | 15 | 10B | 35 | 37 |
| Octal | 210 | 121 | 312 | 41 | 74 | 0 | 25 | 413 | 65 | 67 |
| Binary | 10001000 | 1010001 | 11001010 | 100001 | 111100 | 0 | 10101 | 100001011 | 110101 | 110111 |
Color Harmonies of #8851CA
Complementary color
Monochromatic Colors of #8851CA
Black with #8851CA
Text Example
Text Example
White with #8851CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8851CA; }
p { color: rgb(136,81,202); }
H1.HeaderClassName
{
color: #8851CA;
}
.AnyTagClassName
{
color: #8851CA;
}
</style>
background-color css
<style>
a { background-color: #8851CA; }
a { background-color: rgb(136,81,202); }
div.DivClassName
{
background-color: #8851CA;
}
.BgClassName
{
background-color: #8851CA;
}
</style>
border-color css
<style>
span { border-color: #8851CA; }
span { border-color: rgb(136,81,202); }
td.TdClassName
{
border-color: #8851CA;
}
.TagClassName
{
border-color: #8851CA;
}
</style>