Shades of Amethyst #885BCF
Tints of Amethyst #885BCF
RGB
CMYK
RGB Variations
Color information
#885BCF (or 0x885BCF) is known color: Amethyst. HEX triplet: 88, 5B and CF. RGB value is (136,91,207). Sum of RGB (Red+Green+Blue) = 136+91+207=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 91 (35.94% from 255 or 20.97% 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 #885BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BCF is #77A430. Grayscale: #757575. Windows color (decimal): -7840817 or 13589384. OLE color: 13589384.
HSL color Cylindrical-coordinate representation of color #885BCF: hue angle of 263.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #885BCF is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 91 | 207 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.19 |
| HSL | 263.28º | 0.55% | 0.58% | - |
| HSV(B) | 263.28º | 0.56% | 0.81% | - |
| XYZ | 25.16 | 17.22 | 61.03 | - |
| YUV | 117.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 207 | 0.34 | 0.56 | 0 | 0.19 | 263.28 | 0.55 | 0.58 |
| Hex | 88 | 5B | CF | 22 | 38 | 0 | 13 | 107 | 37 | 3A |
| Octal | 210 | 133 | 317 | 42 | 70 | 0 | 23 | 407 | 67 | 72 |
| Binary | 10001000 | 1011011 | 11001111 | 100010 | 111000 | 0 | 10011 | 100000111 | 110111 | 111010 |
Color Harmonies of #885BCF
Complementary color
Monochromatic Colors of #885BCF
Black with #885BCF
Text Example
Text Example
White with #885BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BCF; }
p { color: rgb(136,91,207); }
H1.HeaderClassName
{
color: #885BCF;
}
.AnyTagClassName
{
color: #885BCF;
}
</style>
background-color css
<style>
a { background-color: #885BCF; }
a { background-color: rgb(136,91,207); }
div.DivClassName
{
background-color: #885BCF;
}
.BgClassName
{
background-color: #885BCF;
}
</style>
border-color css
<style>
span { border-color: #885BCF; }
span { border-color: rgb(136,91,207); }
td.TdClassName
{
border-color: #885BCF;
}
.TagClassName
{
border-color: #885BCF;
}
</style>