Shades of Amethyst #8951CF
Tints of Amethyst #8951CF
RGB
CMYK
RGB Variations
Color information
#8951CF (or 0x8951CF) is known color: Amethyst. HEX triplet: 89, 51 and CF. RGB value is (137,81,207). Sum of RGB (Red+Green+Blue) = 137+81+207=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 81 (32.03% from 255 or 19.06% 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 #8951CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951CF is #76AE30. Grayscale: #6F6F6F. Windows color (decimal): -7777841 or 13586825. OLE color: 13586825.
HSL color Cylindrical-coordinate representation of color #8951CF: hue angle of 266.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8951CF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 81 | 207 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.19 |
| HSL | 266.67º | 0.57% | 0.56% | - |
| HSV(B) | 266.67º | 0.61% | 0.81% | - |
| XYZ | 24.52 | 15.71 | 60.77 | - |
| YUV | 112.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 207 | 0.34 | 0.61 | 0 | 0.19 | 266.67 | 0.57 | 0.56 |
| Hex | 89 | 51 | CF | 22 | 3D | 0 | 13 | 10B | 39 | 38 |
| Octal | 211 | 121 | 317 | 42 | 75 | 0 | 23 | 413 | 71 | 70 |
| Binary | 10001001 | 1010001 | 11001111 | 100010 | 111101 | 0 | 10011 | 100001011 | 111001 | 111000 |
Color Harmonies of #8951CF
Complementary color
Monochromatic Colors of #8951CF
Black with #8951CF
Text Example
Text Example
White with #8951CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951CF; }
p { color: rgb(137,81,207); }
H1.HeaderClassName
{
color: #8951CF;
}
.AnyTagClassName
{
color: #8951CF;
}
</style>
background-color css
<style>
a { background-color: #8951CF; }
a { background-color: rgb(137,81,207); }
div.DivClassName
{
background-color: #8951CF;
}
.BgClassName
{
background-color: #8951CF;
}
</style>
border-color css
<style>
span { border-color: #8951CF; }
span { border-color: rgb(137,81,207); }
td.TdClassName
{
border-color: #8951CF;
}
.TagClassName
{
border-color: #8951CF;
}
</style>