Shades of Amethyst #8958CA
Tints of Amethyst #8958CA
RGB
CMYK
RGB Variations
Color information
#8958CA (or 0x8958CA) is known color: Amethyst. HEX triplet: 89, 58 and CA. RGB value is (137,88,202). Sum of RGB (Red+Green+Blue) = 137+88+202=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #8958CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8958CA is #76A735. Grayscale: #737373. Windows color (decimal): -7776054 or 13260937. OLE color: 13260937.
HSL color Cylindrical-coordinate representation of color #8958CA: hue angle of 265.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8958CA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 88 | 202 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.21 |
| HSL | 265.79º | 0.52% | 0.57% | - |
| HSV(B) | 265.79º | 0.56% | 0.79% | - |
| XYZ | 24.47 | 16.56 | 57.78 | - |
| YUV | 115.65 | 176.73 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 202 | 0.32 | 0.56 | 0 | 0.21 | 265.79 | 0.52 | 0.57 |
| Hex | 89 | 58 | CA | 20 | 38 | 0 | 15 | 10A | 34 | 39 |
| Octal | 211 | 130 | 312 | 40 | 70 | 0 | 25 | 412 | 64 | 71 |
| Binary | 10001001 | 1011000 | 11001010 | 100000 | 111000 | 0 | 10101 | 100001010 | 110100 | 111001 |
Color Harmonies of #8958CA
Complementary color
Monochromatic Colors of #8958CA
Black with #8958CA
Text Example
Text Example
White with #8958CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958CA; }
p { color: rgb(137,88,202); }
H1.HeaderClassName
{
color: #8958CA;
}
.AnyTagClassName
{
color: #8958CA;
}
</style>
background-color css
<style>
a { background-color: #8958CA; }
a { background-color: rgb(137,88,202); }
div.DivClassName
{
background-color: #8958CA;
}
.BgClassName
{
background-color: #8958CA;
}
</style>
border-color css
<style>
span { border-color: #8958CA; }
span { border-color: rgb(137,88,202); }
td.TdClassName
{
border-color: #8958CA;
}
.TagClassName
{
border-color: #8958CA;
}
</style>