Shades of Amethyst #875CCD
Tints of Amethyst #875CCD
RGB
CMYK
RGB Variations
Color information
#875CCD (or 0x875CCD) is known color: Amethyst. HEX triplet: 87, 5C and CD. RGB value is (135,92,205). Sum of RGB (Red+Green+Blue) = 135+92+205=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #875CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CCD is #78A332. Grayscale: #757575. Windows color (decimal): -7906099 or 13458567. OLE color: 13458567.
HSL color Cylindrical-coordinate representation of color #875CCD: hue angle of 262.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #875CCD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 92 | 205 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.20 |
| HSL | 262.83º | 0.53% | 0.58% | - |
| HSV(B) | 262.83º | 0.55% | 0.8% | - |
| XYZ | 24.84 | 17.21 | 59.77 | - |
| YUV | 117.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 205 | 0.34 | 0.55 | 0 | 0.20 | 262.83 | 0.53 | 0.58 |
| Hex | 87 | 5C | CD | 22 | 37 | 0 | 14 | 107 | 35 | 3A |
| Octal | 207 | 134 | 315 | 42 | 67 | 0 | 24 | 407 | 65 | 72 |
| Binary | 10000111 | 1011100 | 11001101 | 100010 | 110111 | 0 | 10100 | 100000111 | 110101 | 111010 |
Color Harmonies of #875CCD
Complementary color
Monochromatic Colors of #875CCD
Black with #875CCD
Text Example
Text Example
White with #875CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CCD; }
p { color: rgb(135,92,205); }
H1.HeaderClassName
{
color: #875CCD;
}
.AnyTagClassName
{
color: #875CCD;
}
</style>
background-color css
<style>
a { background-color: #875CCD; }
a { background-color: rgb(135,92,205); }
div.DivClassName
{
background-color: #875CCD;
}
.BgClassName
{
background-color: #875CCD;
}
</style>
border-color css
<style>
span { border-color: #875CCD; }
span { border-color: rgb(135,92,205); }
td.TdClassName
{
border-color: #875CCD;
}
.TagClassName
{
border-color: #875CCD;
}
</style>