Shades of Amethyst #875CCC
Tints of Amethyst #875CCC
RGB
CMYK
RGB Variations
Color information
#875CCC (or 0x875CCC) is known color: Amethyst. HEX triplet: 87, 5C and CC. RGB value is (135,92,204). Sum of RGB (Red+Green+Blue) = 135+92+204=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #875CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CCC is #78A333. Grayscale: #757575. Windows color (decimal): -7906100 or 13393031. OLE color: 13393031.
HSL color Cylindrical-coordinate representation of color #875CCC: hue angle of 263.04º degrees, saturation: 0.52, 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 #875CCC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 92 | 204 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.2 |
| HSL | 263.04º | 0.52% | 0.58% | - |
| HSV(B) | 263.04º | 0.55% | 0.8% | - |
| XYZ | 24.72 | 17.16 | 59.14 | - |
| YUV | 117.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 204 | 0.34 | 0.55 | 0 | 0.2 | 263.04 | 0.52 | 0.58 |
| Hex | 87 | 5C | CC | 22 | 37 | 0 | 14 | 107 | 34 | 3A |
| Octal | 207 | 134 | 314 | 42 | 67 | 0 | 24 | 407 | 64 | 72 |
| Binary | 10000111 | 1011100 | 11001100 | 100010 | 110111 | 0 | 10100 | 100000111 | 110100 | 111010 |
Color Harmonies of #875CCC
Complementary color
Monochromatic Colors of #875CCC
Black with #875CCC
Text Example
Text Example
White with #875CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CCC; }
p { color: rgb(135,92,204); }
H1.HeaderClassName
{
color: #875CCC;
}
.AnyTagClassName
{
color: #875CCC;
}
</style>
background-color css
<style>
a { background-color: #875CCC; }
a { background-color: rgb(135,92,204); }
div.DivClassName
{
background-color: #875CCC;
}
.BgClassName
{
background-color: #875CCC;
}
</style>
border-color css
<style>
span { border-color: #875CCC; }
span { border-color: rgb(135,92,204); }
td.TdClassName
{
border-color: #875CCC;
}
.TagClassName
{
border-color: #875CCC;
}
</style>