Shades of Amethyst #885CCF
Tints of Amethyst #885CCF
RGB
CMYK
RGB Variations
Color information
#885CCF (or 0x885CCF) is known color: Amethyst. HEX triplet: 88, 5C and CF. RGB value is (136,92,207). Sum of RGB (Red+Green+Blue) = 136+92+207=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #885CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CCF is #77A330. Grayscale: #757575. Windows color (decimal): -7840561 or 13589640. OLE color: 13589640.
HSL color Cylindrical-coordinate representation of color #885CCF: hue angle of 262.96º 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 #885CCF is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 92 | 207 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.19 |
| HSL | 262.96º | 0.55% | 0.59% | - |
| HSV(B) | 262.96º | 0.56% | 0.81% | - |
| XYZ | 25.24 | 17.39 | 61.06 | - |
| YUV | 118.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 92 | 207 | 0.34 | 0.56 | 0 | 0.19 | 262.96 | 0.55 | 0.59 |
| Hex | 88 | 5C | CF | 22 | 38 | 0 | 13 | 107 | 37 | 3B |
| Octal | 210 | 134 | 317 | 42 | 70 | 0 | 23 | 407 | 67 | 73 |
| Binary | 10001000 | 1011100 | 11001111 | 100010 | 111000 | 0 | 10011 | 100000111 | 110111 | 111011 |
Color Harmonies of #885CCF
Complementary color
Monochromatic Colors of #885CCF
Black with #885CCF
Text Example
Text Example
White with #885CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885CCF; }
p { color: rgb(136,92,207); }
H1.HeaderClassName
{
color: #885CCF;
}
.AnyTagClassName
{
color: #885CCF;
}
</style>
background-color css
<style>
a { background-color: #885CCF; }
a { background-color: rgb(136,92,207); }
div.DivClassName
{
background-color: #885CCF;
}
.BgClassName
{
background-color: #885CCF;
}
</style>
border-color css
<style>
span { border-color: #885CCF; }
span { border-color: rgb(136,92,207); }
td.TdClassName
{
border-color: #885CCF;
}
.TagClassName
{
border-color: #885CCF;
}
</style>