Shades of Amethyst #875ACF
Tints of Amethyst #875ACF
RGB
CMYK
RGB Variations
Color information
#875ACF (or 0x875ACF) is known color: Amethyst. HEX triplet: 87, 5A and CF. RGB value is (135,90,207). Sum of RGB (Red+Green+Blue) = 135+90+207=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #875ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875ACF is #78A530. Grayscale: #747474. Windows color (decimal): -7906609 or 13589127. OLE color: 13589127.
HSL color Cylindrical-coordinate representation of color #875ACF: hue angle of 263.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #875ACF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 90 | 207 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.19 |
| HSL | 263.08º | 0.55% | 0.58% | - |
| HSV(B) | 263.08º | 0.57% | 0.81% | - |
| XYZ | 24.91 | 16.97 | 60.99 | - |
| YUV | 116.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 207 | 0.35 | 0.57 | 0 | 0.19 | 263.08 | 0.55 | 0.58 |
| Hex | 87 | 5A | CF | 23 | 39 | 0 | 13 | 107 | 37 | 3A |
| Octal | 207 | 132 | 317 | 43 | 71 | 0 | 23 | 407 | 67 | 72 |
| Binary | 10000111 | 1011010 | 11001111 | 100011 | 111001 | 0 | 10011 | 100000111 | 110111 | 111010 |
Color Harmonies of #875ACF
Complementary color
Monochromatic Colors of #875ACF
Black with #875ACF
Text Example
Text Example
White with #875ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875ACF; }
p { color: rgb(135,90,207); }
H1.HeaderClassName
{
color: #875ACF;
}
.AnyTagClassName
{
color: #875ACF;
}
</style>
background-color css
<style>
a { background-color: #875ACF; }
a { background-color: rgb(135,90,207); }
div.DivClassName
{
background-color: #875ACF;
}
.BgClassName
{
background-color: #875ACF;
}
</style>
border-color css
<style>
span { border-color: #875ACF; }
span { border-color: rgb(135,90,207); }
td.TdClassName
{
border-color: #875ACF;
}
.TagClassName
{
border-color: #875ACF;
}
</style>