Shades of Amethyst #865BCF
Tints of Amethyst #865BCF
RGB
CMYK
RGB Variations
Color information
#865BCF (or 0x865BCF) is known color: Amethyst. HEX triplet: 86, 5B and CF. RGB value is (134,91,207). Sum of RGB (Red+Green+Blue) = 134+91+207=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #865BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BCF is #79A430. Grayscale: #747474. Windows color (decimal): -7971889 or 13589382. OLE color: 13589382.
HSL color Cylindrical-coordinate representation of color #865BCF: hue angle of 262.24º 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 #865BCF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 91 | 207 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.19 |
| HSL | 262.24º | 0.55% | 0.58% | - |
| HSV(B) | 262.24º | 0.56% | 0.81% | - |
| XYZ | 24.84 | 17.06 | 61.01 | - |
| YUV | 117.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 207 | 0.35 | 0.56 | 0 | 0.19 | 262.24 | 0.55 | 0.58 |
| Hex | 86 | 5B | CF | 23 | 38 | 0 | 13 | 106 | 37 | 3A |
| Octal | 206 | 133 | 317 | 43 | 70 | 0 | 23 | 406 | 67 | 72 |
| Binary | 10000110 | 1011011 | 11001111 | 100011 | 111000 | 0 | 10011 | 100000110 | 110111 | 111010 |
Color Harmonies of #865BCF
Complementary color
Monochromatic Colors of #865BCF
Black with #865BCF
Text Example
Text Example
White with #865BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BCF; }
p { color: rgb(134,91,207); }
H1.HeaderClassName
{
color: #865BCF;
}
.AnyTagClassName
{
color: #865BCF;
}
</style>
background-color css
<style>
a { background-color: #865BCF; }
a { background-color: rgb(134,91,207); }
div.DivClassName
{
background-color: #865BCF;
}
.BgClassName
{
background-color: #865BCF;
}
</style>
border-color css
<style>
span { border-color: #865BCF; }
span { border-color: rgb(134,91,207); }
td.TdClassName
{
border-color: #865BCF;
}
.TagClassName
{
border-color: #865BCF;
}
</style>