Shades of Amethyst #8960CF
Tints of Amethyst #8960CF
RGB
CMYK
RGB Variations
Color information
#8960CF (or 0x8960CF) is known color: Amethyst. HEX triplet: 89, 60 and CF. RGB value is (137,96,207). Sum of RGB (Red+Green+Blue) = 137+96+207=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #8960CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960CF is #769F30. Grayscale: #787878. Windows color (decimal): -7774001 or 13590665. OLE color: 13590665.
HSL color Cylindrical-coordinate representation of color #8960CF: hue angle of 262.16º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8960CF is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 96 | 207 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.19 |
| HSL | 262.16º | 0.54% | 0.59% | - |
| HSV(B) | 262.16º | 0.54% | 0.81% | - |
| XYZ | 25.76 | 18.19 | 61.18 | - |
| YUV | 120.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 207 | 0.34 | 0.54 | 0 | 0.19 | 262.16 | 0.54 | 0.59 |
| Hex | 89 | 60 | CF | 22 | 36 | 0 | 13 | 106 | 36 | 3B |
| Octal | 211 | 140 | 317 | 42 | 66 | 0 | 23 | 406 | 66 | 73 |
| Binary | 10001001 | 1100000 | 11001111 | 100010 | 110110 | 0 | 10011 | 100000110 | 110110 | 111011 |
Color Harmonies of #8960CF
Complementary color
Monochromatic Colors of #8960CF
Black with #8960CF
Text Example
Text Example
White with #8960CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8960CF; }
p { color: rgb(137,96,207); }
H1.HeaderClassName
{
color: #8960CF;
}
.AnyTagClassName
{
color: #8960CF;
}
</style>
background-color css
<style>
a { background-color: #8960CF; }
a { background-color: rgb(137,96,207); }
div.DivClassName
{
background-color: #8960CF;
}
.BgClassName
{
background-color: #8960CF;
}
</style>
border-color css
<style>
span { border-color: #8960CF; }
span { border-color: rgb(137,96,207); }
td.TdClassName
{
border-color: #8960CF;
}
.TagClassName
{
border-color: #8960CF;
}
</style>