Shades of Amethyst #895DC3
Tints of Amethyst #895DC3
RGB
CMYK
RGB Variations
Color information
#895DC3 (or 0x895DC3) is known color: Amethyst. HEX triplet: 89, 5D and C3. RGB value is (137,93,195). Sum of RGB (Red+Green+Blue) = 137+93+195=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #895DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895DC3 is #76A23C. Grayscale: #757575. Windows color (decimal): -7774781 or 12803465. OLE color: 12803465.
HSL color Cylindrical-coordinate representation of color #895DC3: hue angle of 265.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #895DC3 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 93 | 195 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.24 |
| HSL | 265.88º | 0.46% | 0.56% | - |
| HSV(B) | 265.88º | 0.52% | 0.76% | - |
| XYZ | 24.08 | 17.09 | 53.66 | - |
| YUV | 117.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 195 | 0.30 | 0.52 | 0 | 0.24 | 265.88 | 0.46 | 0.56 |
| Hex | 89 | 5D | C3 | 1E | 34 | 0 | 18 | 10A | 2E | 38 |
| Octal | 211 | 135 | 303 | 36 | 64 | 0 | 30 | 412 | 56 | 70 |
| Binary | 10001001 | 1011101 | 11000011 | 11110 | 110100 | 0 | 11000 | 100001010 | 101110 | 111000 |
Color Harmonies of #895DC3
Complementary color
Monochromatic Colors of #895DC3
Black with #895DC3
Text Example
Text Example
White with #895DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DC3; }
p { color: rgb(137,93,195); }
H1.HeaderClassName
{
color: #895DC3;
}
.AnyTagClassName
{
color: #895DC3;
}
</style>
background-color css
<style>
a { background-color: #895DC3; }
a { background-color: rgb(137,93,195); }
div.DivClassName
{
background-color: #895DC3;
}
.BgClassName
{
background-color: #895DC3;
}
</style>
border-color css
<style>
span { border-color: #895DC3; }
span { border-color: rgb(137,93,195); }
td.TdClassName
{
border-color: #895DC3;
}
.TagClassName
{
border-color: #895DC3;
}
</style>