Shades of Amethyst #8952CF
Tints of Amethyst #8952CF
RGB
CMYK
RGB Variations
Color information
#8952CF (or 0x8952CF) is known color: Amethyst. HEX triplet: 89, 52 and CF. RGB value is (137,82,207). Sum of RGB (Red+Green+Blue) = 137+82+207=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #8952CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8952CF is #76AD30. Grayscale: #707070. Windows color (decimal): -7777585 or 13587081. OLE color: 13587081.
HSL color Cylindrical-coordinate representation of color #8952CF: hue angle of 266.4º 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 #8952CF is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 82 | 207 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.19 |
| HSL | 266.4º | 0.57% | 0.57% | - |
| HSV(B) | 266.4º | 0.6% | 0.81% | - |
| XYZ | 24.6 | 15.86 | 60.8 | - |
| YUV | 112.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 207 | 0.34 | 0.60 | 0 | 0.19 | 266.4 | 0.57 | 0.57 |
| Hex | 89 | 52 | CF | 22 | 3C | 0 | 13 | 10A | 39 | 39 |
| Octal | 211 | 122 | 317 | 42 | 74 | 0 | 23 | 412 | 71 | 71 |
| Binary | 10001001 | 1010010 | 11001111 | 100010 | 111100 | 0 | 10011 | 100001010 | 111001 | 111001 |
Color Harmonies of #8952CF
Complementary color
Monochromatic Colors of #8952CF
Black with #8952CF
Text Example
Text Example
White with #8952CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952CF; }
p { color: rgb(137,82,207); }
H1.HeaderClassName
{
color: #8952CF;
}
.AnyTagClassName
{
color: #8952CF;
}
</style>
background-color css
<style>
a { background-color: #8952CF; }
a { background-color: rgb(137,82,207); }
div.DivClassName
{
background-color: #8952CF;
}
.BgClassName
{
background-color: #8952CF;
}
</style>
border-color css
<style>
span { border-color: #8952CF; }
span { border-color: rgb(137,82,207); }
td.TdClassName
{
border-color: #8952CF;
}
.TagClassName
{
border-color: #8952CF;
}
</style>