Shades of Amethyst #875CCF
Tints of Amethyst #875CCF
RGB
CMYK
RGB Variations
Color information
#875CCF (or 0x875CCF) is known color: Amethyst. HEX triplet: 87, 5C and CF. RGB value is (135,92,207). Sum of RGB (Red+Green+Blue) = 135+92+207=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #875CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CCF is #78A330. Grayscale: #757575. Windows color (decimal): -7906097 or 13589639. OLE color: 13589639.
HSL color Cylindrical-coordinate representation of color #875CCF: hue angle of 262.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #875CCF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 92 | 207 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.19 |
| HSL | 262.43º | 0.55% | 0.59% | - |
| HSV(B) | 262.43º | 0.56% | 0.81% | - |
| XYZ | 25.08 | 17.31 | 61.05 | - |
| YUV | 117.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 207 | 0.35 | 0.56 | 0 | 0.19 | 262.43 | 0.55 | 0.59 |
| Hex | 87 | 5C | CF | 23 | 38 | 0 | 13 | 106 | 37 | 3B |
| Octal | 207 | 134 | 317 | 43 | 70 | 0 | 23 | 406 | 67 | 73 |
| Binary | 10000111 | 1011100 | 11001111 | 100011 | 111000 | 0 | 10011 | 100000110 | 110111 | 111011 |
Color Harmonies of #875CCF
Complementary color
Monochromatic Colors of #875CCF
Black with #875CCF
Text Example
Text Example
White with #875CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CCF; }
p { color: rgb(135,92,207); }
H1.HeaderClassName
{
color: #875CCF;
}
.AnyTagClassName
{
color: #875CCF;
}
</style>
background-color css
<style>
a { background-color: #875CCF; }
a { background-color: rgb(135,92,207); }
div.DivClassName
{
background-color: #875CCF;
}
.BgClassName
{
background-color: #875CCF;
}
</style>
border-color css
<style>
span { border-color: #875CCF; }
span { border-color: rgb(135,92,207); }
td.TdClassName
{
border-color: #875CCF;
}
.TagClassName
{
border-color: #875CCF;
}
</style>