Shades of Amethyst #8852CD
Tints of Amethyst #8852CD
RGB
CMYK
RGB Variations
Color information
#8852CD (or 0x8852CD) is known color: Amethyst. HEX triplet: 88, 52 and CD. RGB value is (136,82,205). Sum of RGB (Red+Green+Blue) = 136+82+205=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #8852CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852CD is #77AD32. Grayscale: #6F6F6F. Windows color (decimal): -7843123 or 13456008. OLE color: 13456008.
HSL color Cylindrical-coordinate representation of color #8852CD: hue angle of 266.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8852CD is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 82 | 205 | - |
| CMYK | 0.34 | 0.6 | 0 | 0.20 |
| HSL | 266.34º | 0.55% | 0.56% | - |
| HSV(B) | 266.34º | 0.6% | 0.8% | - |
| XYZ | 24.19 | 15.68 | 59.51 | - |
| YUV | 112.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 205 | 0.34 | 0.6 | 0 | 0.20 | 266.34 | 0.55 | 0.56 |
| Hex | 88 | 52 | CD | 22 | 3C | 0 | 14 | 10A | 37 | 38 |
| Octal | 210 | 122 | 315 | 42 | 74 | 0 | 24 | 412 | 67 | 70 |
| Binary | 10001000 | 1010010 | 11001101 | 100010 | 111100 | 0 | 10100 | 100001010 | 110111 | 111000 |
Color Harmonies of #8852CD
Complementary color
Monochromatic Colors of #8852CD
Black with #8852CD
Text Example
Text Example
White with #8852CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852CD; }
p { color: rgb(136,82,205); }
H1.HeaderClassName
{
color: #8852CD;
}
.AnyTagClassName
{
color: #8852CD;
}
</style>
background-color css
<style>
a { background-color: #8852CD; }
a { background-color: rgb(136,82,205); }
div.DivClassName
{
background-color: #8852CD;
}
.BgClassName
{
background-color: #8852CD;
}
</style>
border-color css
<style>
span { border-color: #8852CD; }
span { border-color: rgb(136,82,205); }
td.TdClassName
{
border-color: #8852CD;
}
.TagClassName
{
border-color: #8852CD;
}
</style>