Shades of Amethyst #8959CB
Tints of Amethyst #8959CB
RGB
CMYK
RGB Variations
Color information
#8959CB (or 0x8959CB) is known color: Amethyst. HEX triplet: 89, 59 and CB. RGB value is (137,89,203). Sum of RGB (Red+Green+Blue) = 137+89+203=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #8959CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8959CB is #76A634. Grayscale: #737373. Windows color (decimal): -7775797 or 13326729. OLE color: 13326729.
HSL color Cylindrical-coordinate representation of color #8959CB: hue angle of 265.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8959CB is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 89 | 203 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.20 |
| HSL | 265.26º | 0.52% | 0.57% | - |
| HSV(B) | 265.26º | 0.56% | 0.8% | - |
| XYZ | 24.67 | 16.77 | 58.44 | - |
| YUV | 116.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 203 | 0.33 | 0.56 | 0 | 0.20 | 265.26 | 0.52 | 0.57 |
| Hex | 89 | 59 | CB | 21 | 38 | 0 | 14 | 109 | 34 | 39 |
| Octal | 211 | 131 | 313 | 41 | 70 | 0 | 24 | 411 | 64 | 71 |
| Binary | 10001001 | 1011001 | 11001011 | 100001 | 111000 | 0 | 10100 | 100001001 | 110100 | 111001 |
Color Harmonies of #8959CB
Complementary color
Monochromatic Colors of #8959CB
Black with #8959CB
Text Example
Text Example
White with #8959CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8959CB; }
p { color: rgb(137,89,203); }
H1.HeaderClassName
{
color: #8959CB;
}
.AnyTagClassName
{
color: #8959CB;
}
</style>
background-color css
<style>
a { background-color: #8959CB; }
a { background-color: rgb(137,89,203); }
div.DivClassName
{
background-color: #8959CB;
}
.BgClassName
{
background-color: #8959CB;
}
</style>
border-color css
<style>
span { border-color: #8959CB; }
span { border-color: rgb(137,89,203); }
td.TdClassName
{
border-color: #8959CB;
}
.TagClassName
{
border-color: #8959CB;
}
</style>