Shades of Amethyst #8950CF
Tints of Amethyst #8950CF
RGB
CMYK
RGB Variations
Color information
#8950CF (or 0x8950CF) is known color: Amethyst. HEX triplet: 89, 50 and CF. RGB value is (137,80,207). Sum of RGB (Red+Green+Blue) = 137+80+207=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #8950CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950CF is #76AF30. Grayscale: #6F6F6F. Windows color (decimal): -7778097 or 13586569. OLE color: 13586569.
HSL color Cylindrical-coordinate representation of color #8950CF: hue angle of 266.93º 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 #8950CF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 80 | 207 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.19 |
| HSL | 266.93º | 0.57% | 0.56% | - |
| HSV(B) | 266.93º | 0.61% | 0.81% | - |
| XYZ | 24.45 | 15.56 | 60.75 | - |
| YUV | 111.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 207 | 0.34 | 0.61 | 0 | 0.19 | 266.93 | 0.57 | 0.56 |
| Hex | 89 | 50 | CF | 22 | 3D | 0 | 13 | 10B | 39 | 38 |
| Octal | 211 | 120 | 317 | 42 | 75 | 0 | 23 | 413 | 71 | 70 |
| Binary | 10001001 | 1010000 | 11001111 | 100010 | 111101 | 0 | 10011 | 100001011 | 111001 | 111000 |
Color Harmonies of #8950CF
Complementary color
Monochromatic Colors of #8950CF
Black with #8950CF
Text Example
Text Example
White with #8950CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8950CF; }
p { color: rgb(137,80,207); }
H1.HeaderClassName
{
color: #8950CF;
}
.AnyTagClassName
{
color: #8950CF;
}
</style>
background-color css
<style>
a { background-color: #8950CF; }
a { background-color: rgb(137,80,207); }
div.DivClassName
{
background-color: #8950CF;
}
.BgClassName
{
background-color: #8950CF;
}
</style>
border-color css
<style>
span { border-color: #8950CF; }
span { border-color: rgb(137,80,207); }
td.TdClassName
{
border-color: #8950CF;
}
.TagClassName
{
border-color: #8950CF;
}
</style>