Shades of Amethyst #8958CC
Tints of Amethyst #8958CC
RGB
CMYK
RGB Variations
Color information
#8958CC (or 0x8958CC) is known color: Amethyst. HEX triplet: 89, 58 and CC. RGB value is (137,88,204). Sum of RGB (Red+Green+Blue) = 137+88+204=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #8958CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958CC is #76A733. Grayscale: #737373. Windows color (decimal): -7776052 or 13392009. OLE color: 13392009.
HSL color Cylindrical-coordinate representation of color #8958CC: hue angle of 265.34º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8958CC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 88 | 204 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.2 |
| HSL | 265.34º | 0.53% | 0.57% | - |
| HSV(B) | 265.34º | 0.57% | 0.8% | - |
| XYZ | 24.71 | 16.66 | 59.04 | - |
| YUV | 115.88 | 177.73 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 204 | 0.33 | 0.57 | 0 | 0.2 | 265.34 | 0.53 | 0.57 |
| Hex | 89 | 58 | CC | 21 | 39 | 0 | 14 | 109 | 35 | 39 |
| Octal | 211 | 130 | 314 | 41 | 71 | 0 | 24 | 411 | 65 | 71 |
| Binary | 10001001 | 1011000 | 11001100 | 100001 | 111001 | 0 | 10100 | 100001001 | 110101 | 111001 |
Color Harmonies of #8958CC
Complementary color
Monochromatic Colors of #8958CC
Black with #8958CC
Text Example
Text Example
White with #8958CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958CC; }
p { color: rgb(137,88,204); }
H1.HeaderClassName
{
color: #8958CC;
}
.AnyTagClassName
{
color: #8958CC;
}
</style>
background-color css
<style>
a { background-color: #8958CC; }
a { background-color: rgb(137,88,204); }
div.DivClassName
{
background-color: #8958CC;
}
.BgClassName
{
background-color: #8958CC;
}
</style>
border-color css
<style>
span { border-color: #8958CC; }
span { border-color: rgb(137,88,204); }
td.TdClassName
{
border-color: #8958CC;
}
.TagClassName
{
border-color: #8958CC;
}
</style>