Shades of Amethyst #895CC2
Tints of Amethyst #895CC2
RGB
CMYK
RGB Variations
Color information
#895CC2 (or 0x895CC2) is known color: Amethyst. HEX triplet: 89, 5C and C2. RGB value is (137,92,194). Sum of RGB (Red+Green+Blue) = 137+92+194=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #895CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895CC2 is #76A33D. Grayscale: #747474. Windows color (decimal): -7775038 or 12737673. OLE color: 12737673.
HSL color Cylindrical-coordinate representation of color #895CC2: hue angle of 266.47º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895CC2 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 92 | 194 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.24 |
| HSL | 266.47º | 0.46% | 0.56% | - |
| HSV(B) | 266.47º | 0.53% | 0.76% | - |
| XYZ | 23.88 | 16.87 | 53.04 | - |
| YUV | 117.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 194 | 0.29 | 0.53 | 0 | 0.24 | 266.47 | 0.46 | 0.56 |
| Hex | 89 | 5C | C2 | 1D | 35 | 0 | 18 | 10A | 2E | 38 |
| Octal | 211 | 134 | 302 | 35 | 65 | 0 | 30 | 412 | 56 | 70 |
| Binary | 10001001 | 1011100 | 11000010 | 11101 | 110101 | 0 | 11000 | 100001010 | 101110 | 111000 |
Color Harmonies of #895CC2
Complementary color
Monochromatic Colors of #895CC2
Black with #895CC2
Text Example
Text Example
White with #895CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CC2; }
p { color: rgb(137,92,194); }
H1.HeaderClassName
{
color: #895CC2;
}
.AnyTagClassName
{
color: #895CC2;
}
</style>
background-color css
<style>
a { background-color: #895CC2; }
a { background-color: rgb(137,92,194); }
div.DivClassName
{
background-color: #895CC2;
}
.BgClassName
{
background-color: #895CC2;
}
</style>
border-color css
<style>
span { border-color: #895CC2; }
span { border-color: rgb(137,92,194); }
td.TdClassName
{
border-color: #895CC2;
}
.TagClassName
{
border-color: #895CC2;
}
</style>