Shades of Amethyst #8852CF
Tints of Amethyst #8852CF
RGB
CMYK
RGB Variations
Color information
#8852CF (or 0x8852CF) is known color: Amethyst. HEX triplet: 88, 52 and CF. RGB value is (136,82,207). Sum of RGB (Red+Green+Blue) = 136+82+207=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #8852CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852CF is #77AD30. Grayscale: #6F6F6F. Windows color (decimal): -7843121 or 13587080. OLE color: 13587080.
HSL color Cylindrical-coordinate representation of color #8852CF: hue angle of 265.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8852CF is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 82 | 207 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.19 |
| HSL | 265.92º | 0.57% | 0.57% | - |
| HSV(B) | 265.92º | 0.6% | 0.81% | - |
| XYZ | 24.43 | 15.77 | 60.79 | - |
| YUV | 112.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 207 | 0.34 | 0.60 | 0 | 0.19 | 265.92 | 0.57 | 0.57 |
| Hex | 88 | 52 | CF | 22 | 3C | 0 | 13 | 10A | 39 | 39 |
| Octal | 210 | 122 | 317 | 42 | 74 | 0 | 23 | 412 | 71 | 71 |
| Binary | 10001000 | 1010010 | 11001111 | 100010 | 111100 | 0 | 10011 | 100001010 | 111001 | 111001 |
Color Harmonies of #8852CF
Complementary color
Monochromatic Colors of #8852CF
Black with #8852CF
Text Example
Text Example
White with #8852CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852CF; }
p { color: rgb(136,82,207); }
H1.HeaderClassName
{
color: #8852CF;
}
.AnyTagClassName
{
color: #8852CF;
}
</style>
background-color css
<style>
a { background-color: #8852CF; }
a { background-color: rgb(136,82,207); }
div.DivClassName
{
background-color: #8852CF;
}
.BgClassName
{
background-color: #8852CF;
}
</style>
border-color css
<style>
span { border-color: #8852CF; }
span { border-color: rgb(136,82,207); }
td.TdClassName
{
border-color: #8852CF;
}
.TagClassName
{
border-color: #8852CF;
}
</style>